Type alias Component

Component: IFieldParent & IRecentSchemaChange & {
    __typename?: "Component";
    apiId: Scalars["String"];
    apiIdPlural: Scalars["String"];
    createdAt: Scalars["DateTime"];
    createdBy?: Maybe<CreatedBy>;
    description?: Maybe<Scalars["String"]>;
    displayName: Scalars["String"];
    environment: Environment;
    field: IField;
    fields: IField[];
    fieldsConnection: FieldsConnection;
    hasContent: Scalars["Boolean"];
    id: Scalars["ID"];
    isLocalized: Scalars["Boolean"];
    isSystem: Scalars["Boolean"];
    titleFields: IField[];
    updatedAt: Scalars["DateTime"];
}

Generated using TypeDoc