Objects
Hub
Represents a hub.
A hub is a container of projects, shared resources, and users with a common context.
Fields
id* ID! non-null | The ID that uniquely identifies the hub. |
name | A human-readable name to identify the hub. |
projects* Projects! non-null | Contains a list of projects within the specified hub. Expand to see the inputs for this field. |
users* Users! non-null | An object representing a list of users and pagination |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Hubs | Contains a list of hubs returned in response to a query. A hub is a container of projects, shared resources, and users with a common context. |
Field Of | Project | Represents a project. A project is a shared workspace for teams of people working together on a project, to store, organize, and manage all related design data. |
Field Of | Folder | Represents a folder. A folder is a location for storing files, data, and other folders (sub-folders). |
Field Of | Basicfile | Represents a file that does not contain components or drawings. |
Field Of | Designfile | Represents a file that contains a product design. |
Field Of | Drawingfile | Represents a file that contains 2D projected views of a product design. |
Field Of | Basicfileversion | Represents a version of a file that does not contain components or drawings. |
Field Of | Designfileversion | Represents a version of a file that that contains a product design. |
Field Of | Drawingfileversion | Represents a version of a file that contains 2D projected views of a product design. |
Field Of | Component | Represents a component. A component is an independent part of an assembly that acts as a single unit. For example, a lug-nut is an independent part (component) of a wheel assembly. A component serves as a container for a variety of design objects, including bodies, sketches, and construction geometry. See the blog post Autodesk Fusion Bodies vs. Components for more information on components. |
Field Of | Drawing | Represents a 2D drawing that contains projected views of a design. |
Field Of | Adduserstohubpayload | Payload needed to add users to hub |
Query By | hub | Retrieves an object representing a hub. A Hub is a container of projects, shared resources, and users with a common context. |