Type alias Stage

Stage: {
    __typename?: "Stage";
    apiId: Scalars["String"];
    backgroundColor: Scalars["String"];
    color: Scalars["String"];
    colorPaletteId: ColorPalette;
    createdAt: Scalars["DateTime"];
    description?: Maybe<Scalars["String"]>;
    displayName: Scalars["String"];
    id: Scalars["ID"];
    isSystem: Scalars["Boolean"];
    position: Scalars["Int"];
    updatedAt: Scalars["DateTime"];
}

Type declaration

Generated using TypeDoc