mirror of
https://github.com/graphql-hive/console
synced 2026-05-22 08:38:27 +00:00
5 lines
41 B
GraphQL
5 lines
41 B
GraphQL
|
|
type Query {
|
||
|
|
foo: Int!
|
||
|
|
bar: String
|
||
|
|
}
|