SupRefPoint2D
Represents a 2D point for a file note.
type SupRefPoint2D {
type: String!
x: Float!
y: Float!
}
Fields
SupRefPoint2D.type ● String! non-null scalar
The point type.
SupRefPoint2D.x ● Float! non-null scalar
The X coordinate.
SupRefPoint2D.y ● Float! non-null scalar
The Y coordinate.