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

6 lines
65 B
GraphQL

type Query {
foo: Int!
bar: String
test: String
}
# test 3