Vector3 - admin-graphql - OBJECT
Version: 2024-10
Description:
Representation of 3d vectors and points. It can represent either the coordinates of a point in space, a direction, or size. Presented as an object with three floating-point values.
Access Scopes
`read_products` access scope.
Fields
x
: Float! - The x coordinate of Vector3.
y
: Float! - The y coordinate of Vector3.
z
: Float! - The z coordinate of Vector3.
Connections
Related queries
Related mutations
Related Unions
Examples