UpsertThreadFieldInput: {
    booleanValue?: InputMaybe<Scalars["Boolean"]>;
    identifier: UpsertThreadFieldIdentifier;
    stringValue?: InputMaybe<Scalars["String"]>;
    type: ThreadFieldSchemaType;
}

Type declaration

Generated using TypeDoc