OBJECT

UpdateWebLinkPayload

Autogenerated return type of UpdateWebLink.

link GraphQL Schema definition

  • type UpdateWebLinkPayload {
  • # 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