Organization
An Organization
type Organization {
activeDivisions(
first: Int
after: String
last: Int
before: String
): DivisionConnection
amountRaised: DollarFormats!
brands(
first: Int! = 5
): [Brand!]!
budgetPlans(
status: String
first: Int! = 50
): [BudgetPlan!]!
campaigns(
first: Int
after: String
last: Int
before: String
): CampaignConnection
campaignsCount: Int!
category: CampaignCategory
city: String!
country: Country!
divisions(
first: Int
after: String
last: Int
before: String
): DivisionConnection
fundsDistributionMethod: OrganizationFundsDistributionMethod!
id: ID!
images: OrganizationImages
joinCode: String!
joinUrl: String!
legalName: String!
name: String!
postalCode: String!
province: String!
site: Site!
slug: String!
street1: String!
teamsInviteEmail: InviteTemplate
topCampaigns(
first: Int
after: String
last: Int
before: String
): CampaignConnection
}
Fields
Organization.activeDivisions ● DivisionConnection object
The organization's divisions
Organization.activeDivisions.first●IntscalarReturns the first n elements from the list.
Organization.activeDivisions.after ● String scalar
Returns the elements in the list that come after the specified cursor.
Organization.activeDivisions.last ● Int scalar
Returns the last n elements from the list.
Organization.activeDivisions.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Organization.amountRaised ● DollarFormats! non-null object
Organization's amount raised
Organization.brands ● [Brand!]! non-null object
A list of the organization's brands
Organization.brands.first●Int!non-null scalar
Organization.budgetPlans ● [BudgetPlan!]! non-null object
A list of the organization's budget plans
Organization.budgetPlans.status●Stringscalarsubmitted/approved
Organization.budgetPlans.first ● Int! non-null scalar
Organization.campaigns ● CampaignConnection object
The organization's campaigns
Organization.campaigns.first●IntscalarReturns the first n elements from the list.
Organization.campaigns.after ● String scalar
Returns the elements in the list that come after the specified cursor.
Organization.campaigns.last ● Int scalar
Returns the last n elements from the list.
Organization.campaigns.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Organization.campaignsCount ● Int! non-null scalar
Number of campaigns under this organization
Organization.category ● CampaignCategory object
The organization's category
Organization.city ● String! non-null scalar
City
Organization.country ● Country! non-null enum
The country in which the organization is located.
Organization.divisions ● DivisionConnection object
The organization's divisions
Organization.divisions.first●IntscalarReturns the first n elements from the list.
Organization.divisions.after ● String scalar
Returns the elements in the list that come after the specified cursor.
Organization.divisions.last ● Int scalar
Returns the last n elements from the list.
Organization.divisions.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Organization.fundsDistributionMethod ● OrganizationFundsDistributionMethod! non-null enum
How funds are distributed for the organization
Organization.id ● ID! non-null scalar
Organization's ID
Organization.images ● OrganizationImages object
The organization's images
Organization.joinCode ● String! non-null scalar
The organization's master join code
Organization.joinUrl ● String! non-null scalar
The organization's join url
Organization.legalName ● String! non-null scalar
The legal name of the organization.
Organization.name ● String! non-null scalar
Organization's name
Organization.postalCode ● String! non-null scalar
Zip/Postal Code
Organization.province ● String! non-null scalar
State/Province
Organization.site ● Site! non-null object
Site this organization lives under
Organization.slug ● String! non-null scalar
Organization's unique slug
Organization.street1 ● String! non-null scalar
Street number and street name of the organization.
Organization.teamsInviteEmail ● InviteTemplate object
The email to send to organization team captains
Organization.topCampaigns ● CampaignConnection object
The organization's campaigns
Organization.topCampaigns.first●IntscalarReturns the first n elements from the list.
Organization.topCampaigns.after ● String scalar
Returns the elements in the list that come after the specified cursor.
Organization.topCampaigns.last ● Int scalar
Returns the last n elements from the list.
Organization.topCampaigns.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Returned by
Organization query
Member of
Campaign object ● OrganizationCampaignsCreatePayload object ● OrganizationClaimPayload object ● OrganizationCompleteOnboardingPayload object ● OrganizationCreatePayload object ● OrganizationUpdatePayload object