createWebhooksUser
No description
createWebhooksUser(
input: CreateWebhooksUserInput!
): NewWebhooksUser!
Arguments
createWebhooksUser.input ● CreateWebhooksUserInput! non-null input references
Type
NewWebhooksUser object references
Represents a newly created webhooks user along with its secret key.
The secret key will only be returned once upon creation and should be stored securely by the client. It will not be retrievable in subsequent queries for security reasons.