Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

ProjectWebhook

No description
Implemented interfaces

An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.

NodeInterface is the base for all types.

WebhookInterface for Webhook returnable types.

Type fields
id:ID!

Webhook Id.

creator:User!

The creator is the User who created the Webhook.

createdAt:DateTime!

DateTime of the Webhook creation.

name:String!

Webhook name.

secret:String!

The randomly generated secret of the current Webhook.

notificationUrl:Url!

The Url which will be called by the Webhook

project:Project!

Returns the associated Project.

version:Int!
Beta

Version number of the Webhook.