GraphQL reference

UpdateInternalMembershipInput

Input

Autogenerated input type of UpdateInternalMembership

mutation { organization(id: $organizationId) { updateInternalMembership } }

Example

mutation UpdateInternalMembership(
  $organizationId: ID!
  $input: UpdateInternalMembershipInput!
) {
  organization(id: $organizationId) {
    updateInternalMembership(input: $input) {
        organizationMembership
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
jobTitleString
membershipIdID!
mutationMetadataJSON
roleString!