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.