OBJECT
CreateWebLinkPayload
Autogenerated return type of CreateWebLink.
link GraphQL Schema definition
- type CreateWebLinkPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Validation errors for the web link
- : [ValidationError!]!
- # The web link object
- : WebLink!
- }