console/packages/libraries/cli/examples/single.graphql

7 lines
65 B
GraphQL
Raw Normal View History

2022-05-18 07:26:57 +00:00
type Query {
foo: Int!
bar: String
test: String
2022-05-18 07:26:57 +00:00
}
# test 3