StoreWebhookQueries
No description
type StoreWebhookQueries {
list(
storeId: ID!
filter: StoreWebhookFilterInput
): [StoreWebhook!]!
get(
id: ID!
): StoreWebhook
}
No description
type StoreWebhookQueries {
list(
storeId: ID!
filter: StoreWebhookFilterInput
): [StoreWebhook!]!
get(
id: ID!
): StoreWebhook
}
StoreWebhookQueries.list ● [StoreWebhook!]! non-null objectStoreWebhookQueries.list.storeId ● ID! non-null scalarStoreWebhookQueries.list.filter ● StoreWebhookFilterInput inputStoreWebhookQueries.get ● StoreWebhook objectStoreWebhookQueries.get.id ● ID! non-null scalar