# 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](/docs/api/admin-graphql/2024-10/scalars/Float): Float! - The x coordinate of Vector3. * [y](/docs/api/admin-graphql/2024-10/scalars/Float): Float! - The y coordinate of Vector3. * [z](/docs/api/admin-graphql/2024-10/scalars/Float): Float! - The z coordinate of Vector3. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples