Organization
No description
type Organization {
actionItemCategories(
after: String
before: String
first: Int
last: Int
): OrganizationActionItemCategoriesConnection
addressLine1: String
addressLine2: String
adminsCount: Int
advertisements(
after: String
before: String
first: Int
last: Int
where: AdvertisementWhereInput
): OrganizationAdvertisementsConnection
avatarMimeType: String
avatarURL: String
blockedUsers(
after: String
before: String
first: Int
last: Int
): OrganizationBlockedUsersConnection
blockedUsersCount: Int
chats(
after: String
before: String
first: Int
last: Int
): OrganizationChatsConnection
city: String
countryCode: Iso3166Alpha2CountryCode
createdAt: DateTime
creator: User
description: String
events(
after: String
before: String
endDate: DateTime
first: Int
includeRecurring: Boolean
last: Int
startDate: DateTime
upcomingOnly: Boolean
): OrganizationEventsConnection
eventsCount: Int
funds(
after: String
before: String
first: Int
last: Int
): OrganizationFundsConnection
id: ID!
isMember: Boolean
isUserRegistrationRequired: Boolean
members(
after: String
before: String
first: Int
last: Int
where: MembersWhereInput
): OrganizationMembersConnection
membersCount: Int
membershipRequests(
first: Int
skip: Int
where: MembershipRequestWhereInput
): [MembershipRequest!]
membershipRequestsCount: Int
name: String
pinnedPosts(
after: String
before: String
first: Int
last: Int
): OrganizationPinnedPostsConnection
pinnedPostsCount: Int
postalCode: String
posts(
after: String
before: String
first: Int
last: Int
): OrganizationPostsConnection
postsCount: Int
state: String
tagFolders(
after: String
before: String
first: Int
last: Int
): OrganizationTagFoldersConnection
tags(
after: String
before: String
first: Int
last: Int
): OrganizationTagsConnection
updatedAt: DateTime
updater: User
venues(
after: String
before: String
first: Int
last: Int
): OrganizationVenuesConnection
venuesCount: Int
}
Fields
Organization.actionItemCategories ● OrganizationActionItemCategoriesConnection object
GraphQL connection to traverse through the action item categories belonging to the organization.
Organization.actionItemCategories.after ● String scalar
Organization.actionItemCategories.before ● String scalar
Organization.actionItemCategories.first ● Int scalar
Organization.actionItemCategories.last ● Int scalar
Organization.addressLine1 ● String scalar
Address line 1 of the organization's address.
Organization.addressLine2 ● String scalar
Address line 2 of the organization's address.
Organization.adminsCount ● Int scalar
Total number of admins in the organization.
Organization.advertisements ● OrganizationAdvertisementsConnection object
GraphQL connection to traverse through the advertisements belonging to the organization.
Organization.advertisements.after ● String scalar
Organization.advertisements.before ● String scalar
Organization.advertisements.first ● Int scalar
Organization.advertisements.last ● Int scalar
Organization.advertisements.where ● AdvertisementWhereInput input
Filter criteria for advertisements
Organization.avatarMimeType ● String scalar
Mime type of the avatar of the organization.
Organization.avatarURL ● String scalar
URL to the avatar of the organization.
Organization.blockedUsers ● OrganizationBlockedUsersConnection object
GraphQL connection to retrieve blocked users of the organization.
Organization.blockedUsers.after ● String scalar
Organization.blockedUsers.before ● String scalar
Organization.blockedUsers.first ● Int scalar
Organization.blockedUsers.last ● Int scalar
Organization.blockedUsersCount ● Int scalar
Total number of blocked users in the organization.
Organization.chats ● OrganizationChatsConnection object
GraphQL connection to traverse through the chats belonging to the organization.
Organization.chats.after ● String scalar
Organization.chats.before ● String scalar
Organization.chats.first ● Int scalar
Organization.chats.last ● Int scalar
Organization.city ● String scalar
Name of the city where the organization exists in.
Organization.countryCode ● Iso3166Alpha2CountryCode enum
Country code of the country the organization exists in.
Organization.createdAt ● DateTime scalar
Date time at the time the organization was created.
Organization.creator ● User object
User who created the organization.
Organization.description ● String scalar
Custom information about the organization.
Organization.events ● OrganizationEventsConnection object
GraphQL connection to traverse through the events belonging to the organization. Includes both standalone events and materialized instances from recurring events. Uses pure materialized approach - no virtual instances.
Organization.events.after ● String scalar
Organization.events.before ● String scalar
Organization.events.endDate ● DateTime scalar
End date for filtering events (defaults to 3 months from now)
Organization.events.first ● Int scalar
Organization.events.includeRecurring ● Boolean scalar
Whether to include materialized instances from recurring events (default: true)
Organization.events.last ● Int scalar
Organization.events.startDate ● DateTime scalar
Start date for filtering events (defaults to today)
Organization.events.upcomingOnly ● Boolean scalar
Filter to only show upcoming events (events that haven't ended yet). When true, overrides endDate to current date.
Organization.eventsCount ● Int scalar
Total number of events in the organization.
Organization.funds ● OrganizationFundsConnection object
GraphQL connection to traverse through the funds belonging to the organization.
Organization.funds.after ● String scalar
Organization.funds.before ● String scalar
Organization.funds.first ● Int scalar
Organization.funds.last ● Int scalar
Organization.id ● ID! non-null scalar
Global identifier of the organization.
Organization.isMember ● Boolean scalar
Indicates whether the current user is a member of this organization.
Organization.isUserRegistrationRequired ● Boolean scalar
Flag to indicate if user registration is required to join the organization.
Organization.members ● OrganizationMembersConnection object
GraphQL connection to traverse through the users that are members of the organization.
Organization.members.after ● String scalar
Organization.members.before ● String scalar
Organization.members.first ● Int scalar
Organization.members.last ● Int scalar
Organization.members.where ● MembersWhereInput input
Filter criteria for organization members
Organization.membersCount ● Int scalar
Total number of members in the organization.
Organization.membershipRequests ● [MembershipRequest!] list object
Membership requests for this organization
Organization.membershipRequests.first ● Int scalar
Number of items to return
Organization.membershipRequests.skip ● Int scalar
Number of items to skip
Organization.membershipRequests.where ● MembershipRequestWhereInput input
Filter criteria for membership requests
Organization.membershipRequestsCount ● Int scalar
Total number of membership requests in the organization.
Organization.name ● String scalar
Name of the organization.
Organization.pinnedPosts ● OrganizationPinnedPostsConnection object
GraphQL connection to traverse through the pinned posts belonging to the organization.
Organization.pinnedPosts.after ● String scalar
Organization.pinnedPosts.before ● String scalar
Organization.pinnedPosts.first ● Int scalar
Organization.pinnedPosts.last ● Int scalar
Organization.pinnedPostsCount ● Int scalar
Total number of pinned posts belonging to the organization.
Organization.postalCode ● String scalar
Postal code of the organization.
Organization.posts ● OrganizationPostsConnection object
GraphQL connection to traverse through the posts belonging to the organization.
Organization.posts.after ● String scalar
Organization.posts.before ● String scalar
Organization.posts.first ● Int scalar
Organization.posts.last ● Int scalar
Organization.postsCount ● Int scalar
Total number of posts belonging to the organization.
Organization.state ● String scalar
Name of the state the organization exists in.
Organization.tagFolders ● OrganizationTagFoldersConnection object
GraphQL connection to traverse through the tag folders belonging to the organization.
Organization.tagFolders.after ● String scalar
Organization.tagFolders.before ● String scalar
Organization.tagFolders.first ● Int scalar
Organization.tagFolders.last ● Int scalar
Organization.tags ● OrganizationTagsConnection object
GraphQL connection to traverse through the tags belonging to the organization.
Organization.tags.after ● String scalar
Organization.tags.before ● String scalar
Organization.tags.first ● Int scalar
Organization.tags.last ● Int scalar
Organization.updatedAt ● DateTime scalar
Date time at the time the organization was last updated.
Organization.updater ● User object
User who last updated the organization.
Organization.venues ● OrganizationVenuesConnection object
GraphQL connection to traverse through the venues belonging to the organization.
Organization.venues.after ● String scalar
Organization.venues.before ● String scalar
Organization.venues.first ● Int scalar
Organization.venues.last ● Int scalar
Organization.venuesCount ● Int scalar
Total number of venues in the organization.
Returned By
createOrganization mutation ● createOrganizationMembership mutation ● deleteOrganization mutation ● deleteOrganizationMembership mutation ● organization query ● organizations query ● updateOrganization mutation ● updateOrganizationMembership mutation
Member Of
ActionItem object ● ActionItemCategory object ● Advertisement object ● BlockedUser object ● Chat object ● Event object ● Fund object ● Post object ● Tag object ● TagFolder object ● User object ● UserOrganizationsWhereMemberConnectionEdge object ● Venue object