| activeSubscription: Subscription | Active subscription for this organization |
| aiCreditsAddonAvailable: Boolean | Whether the organization has an ai credits addon available |
| billing: Billing | Organization billing infos |
| createdAt: DateTime | When the organization was created |
| createdBy: User | User that created the organization |
| customDomain: String | The hostname of the custom domain related to the current organization |
| customLogoUrl: String | The organization logo URL |
| daysToExpirePlan: Int | Number of days until the expiration of the plan |
| displayPipefyLogo: Boolean | Whether or not display pipefy logo |
| featureFlags: [[ID]] | User feature flags |
| freemium: Boolean | Freemium |
| groupsProvisioningEnabled: Boolean | Whether the organization has user provisioning enabled |
| id: ID | The organization ID |
| mainPortal: PortalInterface | Main portal information for the organization |
| members: [OrganizationMember] | 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: OrganizationPermissions | 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 | Plan name |
| platformApps: [PlatformApp] | Platform apps available to organization |
| preferences: OrganizationPreferences | Organization preferences |
| role: String | Current user's role in the organization |
| ssoEnabled: Boolean | Whether the organization has sso enabled |
| ssoOnly: Boolean | If users are required to login with SSO to access this organization |
| tables: TableConnection | Fetches a group of database tables based on arguments |
| usageStats: UsageStats | Organization usage stats |
| userMetadata: OrganizationUserMetadata | Info on user metadata related to the current organization |
| userProvisioningEnabled: Boolean | Whether the organization has user provisioning enabled |
| users: [User] | Information about the organization users |
| uuid: ID | The organization UUID |
| webhooks: [Webhook] | Information about the organization Webhooks |