AppInstance Object
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.
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 |
Fields
The fields in this section list which values can be retrieved when querying AppInstance records.
Account
)
The account this record belongs to.
AppOffering
)
App offering (version) this instance is at.
ISO8601Timestamp
)
The date and time at which the record was created.
[CustomField!]
)
Values of custom fields.
Account
)
Account this app instance is for.
Person
)
Contact person of customer regarding this app instance.
Boolean
)
Whether the app instance is currently enabled for this customer.
Boolean
)
Whether the customer has enabled this app instance.
ID!
)
Unique identifier of the record.
Boolean
)
Whether the app is currently suspended for this customer.
String
)
Extra information why the app is currently suspended for this customer.
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 of this app instance.
WebhookPolicy
)
The current policy used for the instance's webhook.
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.
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. |
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
AppInstance implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a AppInstance.