console/integration-tests/fixtures/nonbreaking-schema.graphql
Kamil Kisiela dc3bc1ec87 Hello
2022-05-18 09:26:57 +02:00

10 lines
109 B
GraphQL

type Query {
users: [User!]
}
type User {
id: ID!
name: String!
email: String!
nickname: String
}