pubSubWebhookSubscriptionCreate mutation
Version unstable
Creates a new Google Pub/Sub webhooks subscription.
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
topic
(
WebhookSubscriptionTopic!
)
required
|
The type of event that triggers the webhook. |
webhookSubscription
(
PubSubWebhookSubscriptionInput!
)
required
|
Specifies the input fields for a Pub/Sub webhook subscription. |
PubSubWebhookSubscriptionInput fields
-
format (
WebhookSubscriptionFormat
)The format in which the webhook subscription should send the data.
-
includeFields (
[String!]
)The list of fields to be included in the webhook subscription.
-
metafieldNamespaces (
[String!]
)The list of namespaces for any metafields that should be included in the webhook subscription.
-
pubSubProject (
String!
) RequiredThe Pub/Sub project ID.
-
pubSubTopic (
String!
) RequiredThe Pub/Sub topic name.
Return fields
-
userErrors (
[PubSubWebhookSubscriptionCreateUserError!]!
)List of errors that occurred executing the mutation.
-
webhookSubscription (
WebhookSubscription
)The webhook subscription that was created.