GraphQL reference

SetMyDefaultGlobalLandingPayload

Object

Autogenerated return type of SetMyDefaultGlobalLanding.

mutation { user { setMyDefaultGlobalLanding } }

Example

mutation SetMyDefaultGlobalLanding($input: SetMyDefaultGlobalLandingInput!) {
  user {
    setMyDefaultGlobalLanding(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!