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.