Objects
Element
Represents an element type.
Fields
Expand all
id* ID! non-null | Globally unique identifier for an Element. |
name* String! non-null | The human-readable name of the Element. |
properties* Properties! non-null | Query for specific Properties. |
filter | Specifies which properties to return. |
pagination | Specifies how to split the response into multiple pages. |
includeReferencesProperties | Must be set to the reference name. |
references | Represents information that further defines the Element (e.g. Type data). |
filter | Specifies which reference properties to return. |
pagination | Specifies how to split the response into multiple pages. |
createdBy | User responsible for creating this element. |
createdOn | Timestamp of element creation. |
lastModifiedBy | Latest user who modified the data. |
lastModifiedOn | Latest timestamp when the element was modified. |
referencedBy | Elements which have references to the current element |
name* String! non-null | The name of relationship to find references for. |
filter | Specifies how to filter elements with references to current element. |
pagination | Specifies how to split the response into multiple pages. |
alternativeRepresentations | Alternative identifiers for this element. |
design | The design which this element belongs to. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Elements | Contains a list of Elements returned in response to a query. |
Field Of | Referenceproperty | A reference property which describes relationship between elements. |
Query By | elementAtTip | Retrieves element using given ID. |