console/integration-tests/fixtures/nonbreaking-schema.graphql

11 lines
109 B
GraphQL
Raw Normal View History

2022-05-18 07:26:57 +00:00
type Query {
users: [User!]
}
type User {
id: ID!
name: String!
email: String!
nickname: String
}