Point
A point in a 2D coordinate system
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