CreateTableInput


Autogenerated input type of CreateTable

Input Fields : ObjectDescription
clientMutationId: String A unique identifier for the client performing the mutation.
name: String The table name
organization_id: ID The organization ID
authorization: TableAuthorization The table authorization Valid options: - read - write
description: String The table description
labels: [LabelInput] Array of inputs to create table's labels
members: [MemberInput] Array of inputs to invite members to the table
public: Boolean Whether the table is public
color: Colors Color of database
icon: String The pipe icon Valid options: - airplane - at - axe - badge - bag - boat - briefing - bug - bullhorn - calendar - cart - cat - chart-zoom - chart2 - chat - check - checklist - compass - contract - dog - eiffel - emo - finish-flag - flame - frame - frog - game - github - globe - growth - hr-process - hr-requests - ice - juice - lamp - lemonade - liberty - like - mac - magic - map - message - mkt-requests - money - onboarding - pacman - pacman1 - payable - phone - pipefy - pizza - planet - plug - receivables - receive - recruitment-requests - reload - rocket - sales - skull - snow-flake - star - target - task - task-management - trophy - underwear

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

ID

Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

Boolean

Represents `true` or `false` values.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.