Skip to content

PointInput ​

A point in a 2D coordinate system

graphql
input PointInput {
  x: Int!
  y: Int!
}

Fields ​

PointInput.x ● Int! non-null scalar ​

The x coordinate of the point

PointInput.y ● Int! non-null scalar ​

The y coordinate of the point

Member Of ​

RelationLayoutInput input ● RelationPartnerLayoutInput input

Released under the MIT License.