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