Skip to main content

Queries

activities

Type: ActivityConnection!

Paginated list of the activities of the organization.

Arguments

NameDescription
pagination
PaginationInput
filters
ActivityFilters

activity

Type: Activity!

A single activity by id.

Arguments

NameDescription
id
Int!

article

Type: Article!

A single blog post by id.

Arguments

NameDescription
id
Int!

articles

Type: ArticleConnection!

Paginated list of the blog posts of the organization.

Arguments

NameDescription
pagination
PaginationInput
filters
ArticlesFiltersInput

blog

Type: Blog!

A single blog by id.

Arguments

NameDescription
id
Int!

blogs

Type: BlogConnection!

Paginated list of the blogs of the organization.

Arguments

NameDescription
pagination
PaginationInput
filters
BlogsFiltersInput

campaign

Type: Campaign!

A single campaign by id. Requires the CAMPAIGN_READ permission.

Arguments

NameDescription
id
Int!

campaignComment

Type: CampaignComment!

A single comment by id. Requires the CAMPAIGN_READ permission.

Arguments

NameDescription
id
Int!

campaignComments

Type: CampaignCommentConnection!

Paginated list of the comments left by donors, whatever their moderation state. Requires the CAMPAIGN_READ permission.

Arguments

NameDescription
pagination
PaginationInput
filters
CampaignCommentsFilters

campaigns

Type: CampaignConnection!

Paginated list of the campaigns of the organization. Requires the CAMPAIGN_READ permission.

Arguments

NameDescription
pagination
PaginationInput
filters
CampaignFilters

campaignTags

Type: StrConnection!

Paginated list of the labels used on campaigns, for autocompletion and filtering. Requires the CAMPAIGN_READ permission.

Arguments

NameDescription
pagination
PaginationInput
q
String

checkout

Type: Checkout!

A single checkout session by token.

Arguments

NameDescription
token
String!

checkouts

Type: CheckoutConnection!

Paginated list of the checkout sessions of the organization.

Arguments

NameDescription
pagination
PaginationInput
filters
CheckoutFilters

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

NameDescription
pagination
PaginationInput
filters
CheckoutFilters

checkoutsAdminGenerated

Type: CheckoutConnection!

Paginated list of the promises, i.e. the sessions opened by an operator for a donation to be paid later.

Arguments

NameDescription
pagination
PaginationInput
filters
CheckoutFilters

customfieldDefinition

Type: CustomFieldDefinition!

A single custom field definition by id.

Arguments

NameDescription
id
Int!

customfieldDefinitions

Type: [CustomFieldDefinition!]!

Custom fields defined by the organization, in the order they are shown.

Arguments

NameDescription
pagination
PaginationInput
filters
CustomFieldFilters

donation

Type: Donation!

A single donation by id. Requires the DONATION_READ permission.

Arguments

NameDescription
id
Int!

donations

Type: DonationConnection!

Paginated list of the donations of the organization, newest first. Requires the DONATION_READ permission.

Arguments

NameDescription
pagination
PaginationInput
filters
DonationFiltersInput

donationTags

Type: StrConnection!

Paginated list of the labels used on donations, for autocompletion and filtering. Requires the DONATION_READ permission.

Arguments

NameDescription
pagination
PaginationInput
q
String

importRun

Type: ImportRun

A single import run by id. Requires the SUPPORTER_READ permission.

Arguments

NameDescription
id
Int!

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

NameDescription
id
Int!

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

NameDescription
pagination
PaginationInput

mediaSingle

Type: Media!

A single image by id.

Arguments

NameDescription
id
Int!

Type: Menu!

A single menu by id.

Arguments

NameDescription
id
Int!

Type: Menu!

A single menu by the handle the theme calls it by.

Arguments

NameDescription
handle
String!

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

NameDescription
filters
OrganizationsFilters

owner

Type: Staff!

Staff member owning the organization.

page

Type: Page!

A single page by id.

Arguments

NameDescription
id
Int!

pages

Type: PageConnection!

Paginated list of the static pages of the site.

Arguments

NameDescription
pagination
PaginationInput
filters
PagesFiltersInput

payment

Type: Payment!

A single payment by id.

Arguments

NameDescription
id
Int!

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

NameDescription
pagination
PaginationInput
filters
PaymentFiltersInput

peerCampaign

Type: PeerCampaign!

A single peer-to-peer page by id. Requires the CAMPAIGN_READ permission.

Arguments

NameDescription
id
Int!

peerCampaigns

Type: PeerCampaignConnection!

Paginated list of the peer-to-peer pages of the organization. Requires the CAMPAIGN_READ permission.

Arguments

NameDescription
pagination
PaginationInput
filters
PeerCampaignFilters

privacyDefinition

Type: PrivacyDefinition!

A single consent definition by id.

Arguments

NameDescription
id
Int!

privacyDefinitions

Type: PrivacyDefinitionConnection!

Paginated list of the consents the organization asks donors for.

Arguments

NameDescription
pagination
PaginationInput
filters
PrivacyDefinitionFilters

project

Type: Project!

A single project by id.

Arguments

NameDescription
id
Int!

projects

Type: ProjectConnection!

Paginated list of the projects of the organization.

Arguments

NameDescription
pagination
PaginationInput
filters
ProjectFilters

redirect

Type: Redirect!

A single redirect by id.

Arguments

NameDescription
id
Int!

redirects

Type: RedirectConnection!

Paginated list of the redirects of the site.

Arguments

NameDescription
pagination
PaginationInput
filters
RedirectsFiltersInput

segment

Type: Segment!

A single segment by id.

Arguments

NameDescription
id
Int!

segments

Type: SegmentConnection!

Paginated list of the saved segments of the organization.

Arguments

NameDescription
pagination
PaginationInput
filters
SegmentFiltersInput

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

NameDescription
stripeCustomerId
String!

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

NameDescription
id
Int!

supporters

Type: SupporterConnection!

Paginated list of the supporters of the organization. Requires the SUPPORTER_READ permission.

Arguments

NameDescription
pagination
PaginationInput
filters
SupporterFiltersInput

supporterTags

Type: StrConnection!

Paginated list of the labels used on supporters, for autocompletion and filtering. Requires the SUPPORTER_READ permission.

Arguments

NameDescription
pagination
PaginationInput
q
String

terminal

Type: StripeTerminal!

A single card reader by identifier.

Arguments

NameDescription
id
String!

terminalLocation

Type: StripeTerminalLocation!

A single location by identifier.

Arguments

NameDescription
id
String!

terminalLocations

Type: [StripeTerminalLocation!]!

Locations card readers are installed at.

Arguments

NameDescription
filters
TerminalLocationFilters

terminals

Type: [StripeTerminal!]!

Card readers paired with the organization.

terminalsByLocation

Type: [StripeTerminal!]!

Card readers installed at the given location.

Arguments

NameDescription
locationId
String!