Skip to main content

AppStorefrontIntegrationInput

No description

input AppStorefrontIntegrationInput {
app: ID!
componentUrl: String!
context: AppStorefrontIntegrationContextEnum!
params: String
}

Fields

AppStorefrontIntegrationInput.app ● ID! non-null scalar

ID of app.

AppStorefrontIntegrationInput.componentUrl ● String! non-null scalar

URL to the remote component to load

AppStorefrontIntegrationInput.context ● AppStorefrontIntegrationContextEnum! non-null enum

Context for where this integration should render

AppStorefrontIntegrationInput.params ● String scalar

JSON formatted string containing any params to pass to the component during render

Member Of

appStorefrontIntegrationCreate mutation

Was this page helpful?