AppOffering Object
Root Connection
All AppOffering objects of an account are accessible by a query on the root connection appOfferings
.
Such a query will return a AppOfferingConnection!
, which contains the AppOffering objects in its
nodes
field.
AppOfferingConnection!
)
Root connection for retrieving AppOffering 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 |
AppOfferingFilter
|
Filter to determine which AppOffering records are returned. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
order |
[AppOfferingOrder!]
|
Order of the AppOffering records returned. |
view |
AppOfferingView
|
View name. The default value is |
Fields
The fields in this section list which values can be retrieved when querying AppOffering records.
Account
)
The account this record belongs to.
String
)
Short description of the app offering to be shown on the card in the App store.
String
)
Compliance description of the app offering.
String
)
The URI where the app can be configured. The placeholder {account} can be used to include the customer account id in the URI.
ISO8601Timestamp
)
The date and time at which the record was created.
String
)
Description of the app offering.
Boolean
)
Whether the app offering may not be used for new instances.
String
)
Feature description of the app offering.
ID!
)
Unique identifier of the record.
Boolean
)
Whether this is the latest published version of the app offering or the current draft.
String
)
Name of the app offering.
String
)
The hyperlink to the image file for the record.
WebhookPolicyJwtAlg
)
The algorithm used for generating the policy for the app's webhook.
String
)
The audience for the policy for the app's webhook.
Int
)
The claim expiry time for the policy for the app's webhook.
Boolean
)
Whether this app offering is published or draft.
String
)
This reference can be used to link the app offering to an instance using the R-Service APIs or the R-Service Import functionality.
Boolean
)
This app requires an enabled OAuth person.
[AppOfferingScope!]
)
Scopes of this app offering.
ServiceInstance
)
Service instance that is linked to the app offering.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
UiExtensionVersion
)
UI extension version that is linked to the app offering.
ISO8601Timestamp
)
The date and time of the last update of the record. If the record has no updates it contains the createdAt
value.
String
)
The URI for the app's webhook. The placeholder {account} can be used to include the customer account id in the URI.
Connections
The connection fields in this section allow (paged) access to objects related to a specific AppOffering record.
The actual objects will be in the nodes
field of the connection.
AppInstanceConnection
)
Instances of this app.
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. |
AppOfferingAutomationRuleConnection
)
Automation rules of this app offering.
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
)
Files and inline images linked to the Compliance field.
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
)
Files and inline images linked to the Description field.
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
)
Files and inline images linked to the Features field.
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
AppOffering implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a AppOffering.