AppStorefrontIntegration
Represents a storefront integration for an App.
type AppStorefrontIntegration implements Node {
id: ID!
app: App
context: AppStorefrontIntegrationContextEnum!
params: String!
componentUrl: String!
}
Fields
AppStorefrontIntegration.id ● ID! non-null scalar
The ID of the object
AppStorefrontIntegration.app ● App object
App this integration is for. This may be null for integrations that come from plugins.
AppStorefrontIntegration.context ● AppStorefrontIntegrationContextEnum! non-null enum
What context this integration should be rendered in
AppStorefrontIntegration.params ● String! non-null scalar
JSON string of params to pass to the remote component
AppStorefrontIntegration.componentUrl ● String! non-null scalar
The URL to the remote component to load
Interfaces
Node interface
An object with an ID
Member Of
App object ● AppStorefrontIntegrationCreate object ● AppStorefrontIntegrationDelete object ● Shop object