async-graphql/parser/tests/services/input_type.graphql

5 lines
54 B
GraphQL

input InputType {
key: String!
answer: Int = 42
}