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

4 lines
51 B
GraphQL
Raw Normal View History

2020-05-15 03:42:01 +00:00
extend input InputType {
other: Float = 1.23e4
}