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

4 lines
50 B
GraphQL

extend input InputType {
other: Float = 12300
}