Skip to content

Point

A point in a 2D coordinate system

graphql
type Point {
  x: Int!
  y: Int!
}

Fields

Point.x ● Int! non-null scalar

The x coordinate of the point

Point.y ● Int! non-null scalar

The y coordinate of the point

Member Of

RelationLayout object ● RelationPartnerLayout object

Released under the MIT License.