mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
6 lines
65 B
GraphQL
6 lines
65 B
GraphQL
type Query {
|
|
foo: Int!
|
|
bar: String
|
|
test: String
|
|
}
|
|
# test 3
|