Queries
activities
Type: ActivityConnection!
Paginated list of the activities of the organization.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersActivityFilters |
activity
Type: Activity!
A single activity by id.
Arguments
| Name | Description |
|---|---|
idInt! |
article
Type: Article!
A single blog post by id.
Arguments
| Name | Description |
|---|---|
idInt! |
articles
Type: ArticleConnection!
Paginated list of the blog posts of the organization.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersArticlesFiltersInput |
blog
Type: Blog!
A single blog by id.
Arguments
| Name | Description |
|---|---|
idInt! |
blogs
Type: BlogConnection!
Paginated list of the blogs of the organization.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersBlogsFiltersInput |
campaign
Type: Campaign!
A single campaign by id. Requires the CAMPAIGN_READ permission.
Arguments
| Name | Description |
|---|---|
idInt! |
campaignComment
Type: CampaignComment!
A single comment by id. Requires the CAMPAIGN_READ permission.
Arguments
| Name | Description |
|---|---|
idInt! |
campaignComments
Type: CampaignCommentConnection!
Paginated list of the comments left by donors, whatever their moderation state. Requires the CAMPAIGN_READ permission.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersCampaignCommentsFilters |
campaigns
Type: CampaignConnection!
Paginated list of the campaigns of the organization. Requires the CAMPAIGN_READ permission.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersCampaignFilters |
campaignTags
Type: StrConnection!
Paginated list of the labels used on campaigns, for autocompletion and filtering. Requires the CAMPAIGN_READ permission.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
qString |
checkout
Type: Checkout!
A single checkout session by token.
Arguments
| Name | Description |
|---|---|
tokenString! |
checkouts
Type: CheckoutConnection!
Paginated list of the checkout sessions of the organization.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersCheckoutFilters |
checkoutsAbandoned
Type: CheckoutConnection!
Paginated list of the sessions the donor left open without completing them, the ones a recovery email can be sent for.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersCheckoutFilters |
checkoutsAdminGenerated
Type: CheckoutConnection!
Paginated list of the promises, i.e. the sessions opened by an operator for a donation to be paid later.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersCheckoutFilters |
customfieldDefinition
Type: CustomFieldDefinition!
A single custom field definition by id.
Arguments
| Name | Description |
|---|---|
idInt! |
customfieldDefinitions
Type: [CustomFieldDefinition!]!
Custom fields defined by the organization, in the order they are shown.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersCustomFieldFilters |
donation
Type: Donation!
A single donation by id. Requires the DONATION_READ permission.
Arguments
| Name | Description |
|---|---|
idInt! |
donations
Type: DonationConnection!
Paginated list of the donations of the organization, newest first. Requires the DONATION_READ permission.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersDonationFiltersInput |
donationTags
Type: StrConnection!
Paginated list of the labels used on donations, for autocompletion and filtering. Requires the DONATION_READ permission.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
qString |
importRun
Type: ImportRun
A single import run by id. Requires the SUPPORTER_READ permission.
Arguments
| Name | Description |
|---|---|
idInt! |
importRuns
Type: [ImportRun!]!
Import runs of the organization, newest first. Requires the SUPPORTER_READ permission.
manualPaymentMethod
Type: PaymentMethod!
A single manual payment method by id.
Arguments
| Name | Description |
|---|---|
idInt! |
manualPaymentMethods
Type: [PaymentMethod!]!
Only the payment methods collected outside Riseact.
media
Type: MediaConnection!
Paginated list of the images uploaded by the organization, newest first.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput |
mediaSingle
Type: Media!
A single image by id.
Arguments
| Name | Description |
|---|---|
idInt! |
menu
Type: Menu!
A single menu by id.
Arguments
| Name | Description |
|---|---|
idInt! |
menuByHandle
Type: Menu!
A single menu by the handle the theme calls it by.
Arguments
| Name | Description |
|---|---|
handleString! |
menus
Type: [Menu!]!
Navigation menus of the site.
organization
Type: Organization!
The organization the request is addressed to, resolved from the host or from the access token.
organizations
Type: [Organization!]!
Organizations the signed-in user is staff of.
Arguments
| Name | Description |
|---|---|
filtersOrganizationsFilters |
owner
Type: Staff!
Staff member owning the organization.
page
Type: Page!
A single page by id.
Arguments
| Name | Description |
|---|---|
idInt! |
pages
Type: PageConnection!
Paginated list of the static pages of the site.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersPagesFiltersInput |
payment
Type: Payment!
A single payment by id.
Arguments
| Name | Description |
|---|---|
idInt! |
paymentMethods
Type: [PaymentMethod!]!
Every payment method available to the organization, gateways and manual methods alike.
payments
Type: PaymentConnection!
Paginated list of the payments of the organization, newest first.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersPaymentFiltersInput |
peerCampaign
Type: PeerCampaign!
A single peer-to-peer page by id. Requires the CAMPAIGN_READ permission.
Arguments
| Name | Description |
|---|---|
idInt! |
peerCampaigns
Type: PeerCampaignConnection!
Paginated list of the peer-to-peer pages of the organization. Requires the CAMPAIGN_READ permission.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersPeerCampaignFilters |
privacyDefinition
Type: PrivacyDefinition!
A single consent definition by id.
Arguments
| Name | Description |
|---|---|
idInt! |
privacyDefinitions
Type: PrivacyDefinitionConnection!
Paginated list of the consents the organization asks donors for.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersPrivacyDefinitionFilters |
project
Type: Project!
A single project by id.
Arguments
| Name | Description |
|---|---|
idInt! |
projects
Type: ProjectConnection!
Paginated list of the projects of the organization.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersProjectFilters |
redirect
Type: Redirect!
A single redirect by id.
Arguments
| Name | Description |
|---|---|
idInt! |
redirects
Type: RedirectConnection!
Paginated list of the redirects of the site.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersRedirectsFiltersInput |
segment
Type: Segment!
A single segment by id.
Arguments
| Name | Description |
|---|---|
idInt! |
segments
Type: SegmentConnection!
Paginated list of the saved segments of the organization.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersSegmentFiltersInput |
stripe
Type: StripeAccount
The Stripe account connected to the organization. Null when none is connected.
stripeCustomerCards
Type: [StripeCard!]!
Cards saved by the given Stripe customer.
Arguments
| Name | Description |
|---|---|
stripeCustomerIdString! |
sumupAccount
Type: SumUpAccount
The SumUp account connected to the organization. Null when none is connected.
supporter
Type: Supporter!
A single supporter by id. Requires the SUPPORTER_READ permission.
Arguments
| Name | Description |
|---|---|
idInt! |
supporters
Type: SupporterConnection!
Paginated list of the supporters of the organization. Requires the SUPPORTER_READ permission.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
filtersSupporterFiltersInput |
supporterTags
Type: StrConnection!
Paginated list of the labels used on supporters, for autocompletion and filtering. Requires the SUPPORTER_READ permission.
Arguments
| Name | Description |
|---|---|
paginationPaginationInput | |
qString |
terminal
Type: StripeTerminal!
A single card reader by identifier.
Arguments
| Name | Description |
|---|---|
idString! |
terminalLocation
Type: StripeTerminalLocation!
A single location by identifier.
Arguments
| Name | Description |
|---|---|
idString! |
terminalLocations
Type: [StripeTerminalLocation!]!
Locations card readers are installed at.
Arguments
| Name | Description |
|---|---|
filtersTerminalLocationFilters |
terminals
Type: [StripeTerminal!]!
Card readers paired with the organization.
terminalsByLocation
Type: [StripeTerminal!]!
Card readers installed at the given location.
Arguments
| Name | Description |
|---|---|
locationIdString! |