AppInstance Object
Root Connection
Заголовок раздела «Root Connection»All AppInstance objects of an account are accessible by a query on the root connection
appInstances
.
Such a query will return a
AppInstanceConnection!
, which contains the AppInstance objects in its
nodes
field.
appInstances (
AppInstanceConnection!
)
Root connection for retrieving AppInstance records.
| Argument | Type | Description |
|---|---|---|
after | String | Returns the elements in the list that come after the specified cursor. |
before | String | Returns the elements in the list that come before the specified cursor. |
filter | AppInstanceFilter | Filter to determine which AppInstance records are returned. |
first | Int | Returns the first n elements from the list. |
last | Int | Returns the last n elements from the list. |
order | AppInstanceOrder | Order of the AppInstance records returned. |
view | AppInstanceView | View name. The default value is current_account . |
The fields in this section list which values can be retrieved when querying AppInstance records.
account (
Account
)
The account this record belongs to.
appOffering (
AppOffering
)
App offering (version) this instance is at.
createdAt (
ISO8601Timestamp
)
The date and time at which the record was created.
customFields (
CustomField
)
Values of custom fields.
customerAccount (
Account
)
Account this app instance is for.
customerRepresentative (
Person
)
Contact person of customer regarding this app instance.
disabled (
Boolean
)
Whether the app instance is currently enabled for this customer.
enabledByCustomer (
Boolean
)
Whether the customer has enabled this app instance.
id (
ID!
)
Unique identifier of the record.
suspended (
Boolean
)
Whether the app is currently suspended for this customer.
suspensionComment (
String
)
Extra information why the app is currently suspended for this customer.
updatedAt (
ISO8601Timestamp
)
The date and time of the last update of the record. If the record has no updates it contains the
createdAt
value.
webhook (
Webhook
)
Webhook of this app instance.
webhookPolicy (
WebhookPolicy
)
The current policy used for the instance’s webhook.
Connections
Заголовок раздела «Connections»The connection fields in this section allow (paged) access to objects related to a specific AppInstance record.
The actual objects will be in the
nodes
field of the connection.
automationRules (
AutomationRuleConnection
)
Automation rules of this instance.
| Argument | Type | Description |
|---|---|---|
after | String | Returns the elements in the list that come after the specified cursor. |
before | String | Returns the elements in the list that come before the specified cursor. |
first | Int | Returns the first n elements from the list. |
last | Int | Returns the last n elements from the list. |
customFieldsAttachments (
AttachmentConnection
)
Inline images linked to one of the custom fields.
| Argument | Type | Description |
|---|---|---|
after | String | Returns the elements in the list that come after the specified cursor. |
before | String | Returns the elements in the list that come before the specified cursor. |
first | Int | Returns the first n elements from the list. |
last | Int | Returns the last n elements from the list. |
Implements
Заголовок раздела «Implements»AppInstance implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a AppInstance.