Skip to main content

StoreWebhookQueries

No description

type StoreWebhookQueries {
list(
storeId: ID!
filter: StoreWebhookFilterInput
): [StoreWebhook!]!
get(
id: ID!
): StoreWebhook
}

Fields

StoreWebhookQueries.list ● [StoreWebhook!]! non-null object

StoreWebhookQueries.list.storeId ● ID! non-null scalar
StoreWebhookQueries.list.filter ● StoreWebhookFilterInput input

StoreWebhookQueries.get ● StoreWebhook object

StoreWebhookQueries.get.id ● ID! non-null scalar