Type alias Enumeration

Enumeration: IRecentSchemaChange & {
    __typename?: "Enumeration";
    apiId: Scalars["String"];
    createdAt: Scalars["DateTime"];
    createdBy?: Maybe<CreatedBy>;
    description?: Maybe<Scalars["String"]>;
    displayName: Scalars["String"];
    enumerableFields: EnumerableField[];
    environment: Environment;
    id: Scalars["ID"];
    isSystem: Scalars["Boolean"];
    updatedAt: Scalars["DateTime"];
    values: EnumerationValue[];
}

Generated using TypeDoc