GraphQL

/app/gql/query.graphql (55 B)

1
2
3
4
# $PF_GENERATE_ONCE$
type Query {
hello: String!
}