Object most used fields
View all object's fieldsfield : object | description |
---|---|
id: ID | The database table ID |
members: [Member] | Information about the Repo members |
name: String | The Repo name |
organization: Organization | Information about the organization |
public: Boolean | Whether the Repo is public |
table_fields: [TableField] | Information about the database table fields |
table_records: TableRecordConnection | Fetches a group of records based on arguments |
Table related Mutations
Creates a table
See morecreateTableFieldCreates a table field
See morecreateTableRelationCreates a table relation
See moredeleteTableDeletes a table
See moredeleteTableFieldDeletes a table field
See moredeleteTableRelationDeletes a table relation
See moresetTableFieldOrderSets table field order
See moreupdateTableUpdates an existing table
See moreupdateTableFieldUpdates an existing table field
See moreupdateTableRelationUpdates an existing table relation
See more