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

4 lines
51 B
GraphQL

extend input InputType {
other: Float = 1.23e4
}