OBJECT

CreateWebLinkPayload

Autogenerated return type of CreateWebLink.

link GraphQL Schema definition

  • type CreateWebLinkPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the web link
  • errors: [ValidationError!]!
  • # The web link object
  • webLink: WebLink!
  • }

link Require by