Skip to main content
QUERY
tier(tierId: ID!): Tier

Arguments

tierId
ID!
required

Returns

id
ID!
name
String!

The name of this tier.

externalId
String

The external ID of this tier. You can use this field to store your own unique identifier for this tier. This must be unique in your workspace.

color
String!

The color to assign to this tier, given by its hex code (e.g. #FABADA). This color is used in Plain's UI to represent this tier.

isDefault
Boolean!

If true, this tier will be applied to all threads that do not match any other tier. Only one tier can be the default tier.

defaultPriority
Int!
deprecated

Any thread created in this tier will have this priority by default, unless a different priority is specified while creating it.

Use defaultThreadPriority instead.
defaultThreadPriority
Int!

Any thread created in this tier will have this priority by default, unless a different priority is specified while creating it.

isMachineTier
Boolean!

If true, this tier was automatically created based on tenant field values and should not be manually modified.

The paginated list of tenant and company members that belong to this tier.

Arguments
first
Int
after
String
last
Int
before
String
serviceLevelAgreements

The SLAs attached to this tier that define first-response and next-response time targets for threads.

createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response