INPUT_OBJECT

Point2DInput

link GraphQL Schema definition

1input Point2DInput {
3
2x: Int!
5
4y: Int!
6}