async-graphql/async-graphql-parser/tests/schemas/extend_input_canonical.graphql
2020-05-15 11:42:01 +08:00

4 lines
50 B
GraphQL

extend input InputType {
other: Float = 12300
}