5 lines
36 B
GraphQL
5 lines
36 B
GraphQL
type Query {
|
|
f: String!
|
|
bogus
|
|
}
|
type Query {
|
|
f: String!
|
|
bogus
|
|
}
|