Skip to main content

Entitlement

No description

type Entitlement {
organization: Organization!
name: String!
type: EntitlementValueType!
value: EntitlementValue!
}

Fields
Link copied!

Entitlement.organization ● Organization! non-null object
Link copied!

Entitlement.name ● String! non-null scalar
Link copied!

Entitlement.type ● EntitlementValueType! non-null enum
Link copied!

Entitlement.value ● EntitlementValue! non-null scalar
Link copied!

Member of
Link copied!

Organization object ● Plan object