OrganizationInterface


List of organization information

Field : ObjectDescription
billing: Billing Organization billing infos
createdAt: DateTime When the organization was created
createdBy: User User that created the organization
customLogoUrl: String The organization logo URL
freemium: Boolean
id: ID The organization ID
members: [Member] Information about the organization members
membersCount: Int Quantity of members of the organization
membersCountByRole: [Role] Quantity of members of the organization by role
name: String The organization name
onlyAdminCanCreatePipes: Boolean Whether only Admins can create pipes
onlyAdminCanInviteUsers: Boolean Whether only Admins can invite new users
orgMembers: UserGQLInternalTypeConnection Get all organization members
permissions: OrganizationPermissionsInternalGQL User permissions for this org
pipes: [Pipe] Fetches a group of pipes based on arguments
pipesCount: Int Quantity of pipes of the organization
planName: String
role: String Current user's role in the organization
tables: TableConnection Fetches a group of database tables based on arguments
userMetadata: OrganizationUserMetadata Info on user metadata related to the current organization
users: [User] Information about the organization users
uuid: ID The organization UUID
webhooks: [Webhook] Information about the organization Webhooks
Deprecated : ObjectDescription
created_atDeprecated. When the organization was created
custom_logo_urlDeprecated. The organization logo URL
only_admin_can_create_pipesDeprecated. Whether only Admins can create pipes
only_admin_can_invite_usersDeprecated. Whether only Admins can invite new users
users_countDeprecated. Quantity of members of the organization

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).

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.

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.

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

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.

Boolean

Represents `true` or `false` values.

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

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.