OBJECT

DeleteWebLinkPayload

Autogenerated return type of DeleteWebLink.

link GraphQL Schema definition

  • type DeleteWebLinkPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Whether the record has been deleted
  • destroyed: Boolean!
  • # Validation errors for the web link
  • errors: [ValidationError!]!
  • # The web link object
  • webLink: WebLink!
  • }

link Require by