Organizations__ContractVersion is an enumerated list of organization contract versions.

This enumerated datatype is used by three input datatypes: AddLimitInput, which is used by the addLimit() mutation field; OrganizationLimitsInput, which is used by the updateOrganizationLimits() mutation; and UpdateLimitInput, which is used by the updateLimit() mutation but that's been deprecated and replaced by updateLimitV2().

This datatype is also used by the datatype, OrganizationLimits, which is used by other datatypes and thereby many more query fields.

Table: Organizations__ContractVersion

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Aug 21, 2025
Unknown   Long-TermThe contract version is unknown.
Version1   Long-TermThe organization's contract is version 1.
Version2   Long-TermThe organization's contract is version 2.