OBJECT
DeleteWebLinkPayload
Autogenerated return type of DeleteWebLink.
link GraphQL Schema definition
- type DeleteWebLinkPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Whether the record has been deleted
- : Boolean!
- # Validation errors for the web link
- : [ValidationError!]!
- # The web link object
- : WebLink!
- }