GraphQL reference

SetMyDefaultGlobalLandingInput

Input

Autogenerated input 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.
defaultGlobalLandingString!
mutationMetadataJSON