ENUM
ModelVisibility
link GraphQL Schema definition
- enum ModelVisibility {
- # Anonymous users may view the model in a player and see some basic information
- # about it.
- # Admin users and collaborators that the model or its parent folder have been
- # shared with
- # may access the model.
- }
link Require by
- ModelA digital twin, metadata and access to assets associated with a 3D model of a space.
- ModelSearchResultThis is a flattened representation of the model which removes or merges all lists of complex objects so that the fields may be directly queried. Any field on this object may be included as a keyword in the models query. For example "name: Demo" would search for models with the word Demo in the name. A search for "mattertags.labels: kitchen" would search for any models that have at least one mattertag with the word kitchen in the label.
- ModelSummaryA base interface of common fields found on the model returned from a full get or from the search results.
- MutationData update operations.