Type alias Model

Model: IModel & IFieldParent & IRecentSchemaChange & {
    __typename?: "Model";
    apiId: Scalars["String"];
    apiIdPlural: Scalars["String"];
    contentViews: ContentView[];
    createdAt: Scalars["DateTime"];
    createdBy?: Maybe<CreatedBy>;
    defaultContentView: ContentView;
    description?: Maybe<Scalars["String"]>;
    displayName: Scalars["String"];
    environment: Environment;
    field: IField;
    fields: IField[];
    fieldsConnection: FieldsConnection;
    hasContent: Scalars["Boolean"];
    hasLocalizedComponents: Scalars["Boolean"];
    id: Scalars["ID"];
    isLocalized: Scalars["Boolean"];
    isSystem: Scalars["Boolean"];
    isVersioned: Scalars["Boolean"];
    nestedFields: IField[];
    sidebarElements: ISidebarElement[];
    titleFields: IField[];
    updatedAt: Scalars["DateTime"];
    viewerPermission: ModelViewerPermission;
    workflow?: Maybe<Workflow>;
}

Generated using TypeDoc