Mutations
updateCompanyTier
Sets the tier for a single company, identified by its Plain ID or domain name. Pass a null tierIdentifier to remove the company from its current tier. Use addMembersToTier when you need to move multiple companies at once. Requires the tierMembership:read and tierMembership:create permissions.
MUTATION
updateCompanyTier(input: UpdateCompanyTierInput!): UpdateCompanyTierOutput!Arguments
input
required
Returns
companyTierMembership
error
Mutation
Variables
Response
Mutation
Variables
Response

