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

5 lines
54 B
GraphQL
Raw Normal View History

2020-05-15 03:42:01 +00:00
input InputType {
key: String!
answer: Int = 42
}