# GraphQL - Objects

<header id="bkmrk-"></header>## AccessToken

**Fields**

<table id="bkmrk-namedescriptiontoken"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>token  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## Activity

**Fields**

<table id="bkmrk-namedescriptionidint"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>category  
[`ActivityCategory!`](https://dev.riseact.org/docs/graphql-references/enums#activitycategory)</td><td></td></tr><tr><td>deadlineDate  
[`Date`](https://dev.riseact.org/docs/graphql-references/scalars#date)</td><td></td></tr><tr><td>doneDate  
[`Date`](https://dev.riseact.org/docs/graphql-references/scalars#date)</td><td></td></tr><tr><td>note  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>staff  
[`ActivityStaff!`](https://dev.riseact.org/docs/graphql-references/objects#activitystaff)</td><td></td></tr></tbody></table>

## ActivityConnection

**Fields**

<table id="bkmrk-namedescriptionpagei"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[ActivityEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#activityedge)</td><td></td></tr></tbody></table>

## ActivityEdge

**Fields**

<table id="bkmrk-namedescriptioncurso"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Activity!`](https://dev.riseact.org/docs/graphql-references/objects#activity)</td><td></td></tr></tbody></table>

## ActivityResponse

**Fields**

<table id="bkmrk-namedescriptionusere"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>activity  
[`Activity`](https://dev.riseact.org/docs/graphql-references/objects#activity)</td><td></td></tr></tbody></table>

## ActivityStaff

**Fields**

<table id="bkmrk-namedescriptionidint-1"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>name  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>email  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## Application

**Fields**

<table id="bkmrk-namedescriptionidint-2"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>name  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>description  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>logoUrl  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>type  
[`ApplicationType!`](https://dev.riseact.org/docs/graphql-references/enums#applicationtype)</td><td></td></tr><tr><td>appUrl  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>installUrl  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>authorName  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>authorHomepageUrl  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>authorEmail  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>isEmbedded  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>permissions  
[`[StaffPermission!]!`](https://dev.riseact.org/docs/graphql-references/enums#staffpermission)</td><td></td></tr><tr><td>clientId  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>clientSecret  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>partner  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>accessToken  
[`AccessToken!`](https://dev.riseact.org/docs/graphql-references/objects#accesstoken)</td><td></td></tr><tr><td>isInstalled  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr></tbody></table>

## AppMutation

**Fields**

<table id="bkmrk-namedescriptionartic"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>articlesCreate  
[`ArticlesResponse!`](https://dev.riseact.org/docs/graphql-references/objects#articlesresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`ArticleInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#articleinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>articlesUpdate  
[`ArticlesResponse!`](https://dev.riseact.org/docs/graphql-references/objects#articlesresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`ArticleInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#articleinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>articlesDelete  
[`ArticlesResponse!`](https://dev.riseact.org/docs/graphql-references/objects#articlesresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>activityCreate  
[`ActivityResponse!`](https://dev.riseact.org/docs/graphql-references/objects#activityresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`ActivityCreateInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#activitycreateinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>activityDone  
[`ActivityResponse!`](https://dev.riseact.org/docs/graphql-references/objects#activityresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>activityUndone  
[`ActivityResponse!`](https://dev.riseact.org/docs/graphql-references/objects#activityresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>activityUpdate  
[`ActivityResponse!`](https://dev.riseact.org/docs/graphql-references/objects#activityresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`ActivityUpdateInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#activityupdateinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>activityDelete  
[`ActivityResponse!`](https://dev.riseact.org/docs/graphql-references/objects#activityresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>blogsCreate  
[`BlogsResponse!`](https://dev.riseact.org/docs/graphql-references/objects#blogsresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`BlogInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#bloginput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>blogsUpdate  
[`BlogsResponse!`](https://dev.riseact.org/docs/graphql-references/objects#blogsresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`BlogInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#bloginput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>blogsDelete  
[`BlogsResponse!`](https://dev.riseact.org/docs/graphql-references/objects#blogsresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaignCreate  
[`CampaignResponse!`](https://dev.riseact.org/docs/graphql-references/objects#campaignresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`CampaignInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#campaigninput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaignDuplicate  
[`CampaignResponse!`](https://dev.riseact.org/docs/graphql-references/objects#campaignresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaignUpdate  
[`CampaignResponse!`](https://dev.riseact.org/docs/graphql-references/objects#campaignresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`CampaignInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#campaigninput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaignDelete  
[`CampaignResponse!`](https://dev.riseact.org/docs/graphql-references/objects#campaignresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaignCommentCreate  
[`CampaignCommentResponse!`](https://dev.riseact.org/docs/graphql-references/objects#campaigncommentresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`CampaignCommentCreateInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#campaigncommentcreateinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaignCommentUpdate  
[`CampaignCommentResponse!`](https://dev.riseact.org/docs/graphql-references/objects#campaigncommentresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`CampaignCommentUpdateInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#campaigncommentupdateinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaignCommentDelete  
[`CampaignCommentResponse!`](https://dev.riseact.org/docs/graphql-references/objects#campaigncommentresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>peerCampaignCreate  
[`PeerCampaignResponse!`](https://dev.riseact.org/docs/graphql-references/objects#peercampaignresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`PeerCampaignInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#peercampaigninput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>peerCampaignUpdate  
[`PeerCampaignResponse!`](https://dev.riseact.org/docs/graphql-references/objects#peercampaignresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`PeerCampaignInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#peercampaigninput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>peerCampaignDelete  
[`PeerCampaignResponse!`](https://dev.riseact.org/docs/graphql-references/objects#peercampaignresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>checkoutCreate  
[`CheckoutResponse!`](https://dev.riseact.org/docs/graphql-references/objects#checkoutresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`CheckoutInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#checkoutinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>checkoutUpdate  
[`CheckoutResponse!`](https://dev.riseact.org/docs/graphql-references/objects#checkoutresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>token  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>data  
[`CheckoutInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#checkoutinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>checkoutComplete  
[`CheckoutResponse!`](https://dev.riseact.org/docs/graphql-references/objects#checkoutresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>token  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>data  
[`CheckoutCompleteInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#checkoutcompleteinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>checkoutRegisterPayment  
[`CheckoutResponse!`](https://dev.riseact.org/docs/graphql-references/objects#checkoutresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>token  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>data  
[`CheckoutPaymentInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#checkoutpaymentinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>checkoutSendRecoveryEmail  
[`CheckoutResponse!`](https://dev.riseact.org/docs/graphql-references/objects#checkoutresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>token  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>donationUpdate  
[`Donation!`](https://dev.riseact.org/docs/graphql-references/objects#donation)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`DonationInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#donationinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>donationExport  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>format  
[`ExportFormat!`](https://dev.riseact.org/docs/graphql-references/enums#exportformat)</td><td></td></tr><tr><td>domain  
[`DonationDomain!`](https://dev.riseact.org/docs/graphql-references/inputObjects#donationdomain)</td><td></td></tr></tbody></table>

</td></tr><tr><td>donationReceiptSend  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>donationRegisterPayment  
[`DonationResponse!`](https://dev.riseact.org/docs/graphql-references/objects#donationresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`DonationPaymentInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#donationpaymentinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>donationImport  
[`Task!`](https://dev.riseact.org/docs/graphql-references/objects#task)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>file  
[`Upload!`](https://dev.riseact.org/docs/graphql-references/scalars#upload)</td><td></td></tr><tr><td>createMissingCampaigns  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>createMissingPaymentMethod  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>importAnonymousPayments  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>fallbackCampaignId  
[`Int`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>donationRevoke  
[`Donation!`](https://dev.riseact.org/docs/graphql-references/objects#donation)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>donationDelete  
[`Donation!`](https://dev.riseact.org/docs/graphql-references/objects#donation)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>mediaCreate  
[`Media!`](https://dev.riseact.org/docs/graphql-references/objects#media)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>file  
[`Upload!`](https://dev.riseact.org/docs/graphql-references/scalars#upload)</td><td></td></tr></tbody></table>

</td></tr><tr><td>mediaDelete  
[`MediaResponse!`](https://dev.riseact.org/docs/graphql-references/objects#mediaresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>menuCreate  
[`MenuResponse!`](https://dev.riseact.org/docs/graphql-references/objects#menuresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`MenuInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#menuinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>menuUpdate  
[`MenuResponse!`](https://dev.riseact.org/docs/graphql-references/objects#menuresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`MenuInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#menuinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>menuDelete  
[`MenuResponse!`](https://dev.riseact.org/docs/graphql-references/objects#menuresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>organizationUpdate  
[`OrganizationResponse!`](https://dev.riseact.org/docs/graphql-references/objects#organizationresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`OrganizationInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#organizationinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>organizationUpdateLegalData  
[`OrganizationResponse!`](https://dev.riseact.org/docs/graphql-references/objects#organizationresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`OrganizationLegalInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#organizationlegalinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>terminalLocationCreate  
[`StripeTerminalLocation!`](https://dev.riseact.org/docs/graphql-references/objects#stripeterminallocation)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`TerminalLocationInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#terminallocationinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>terminalLocationUpdate  
[`StripeTerminalLocation!`](https://dev.riseact.org/docs/graphql-references/objects#stripeterminallocation)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>data  
[`TerminalLocationInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#terminallocationinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>terminalLocationDelete  
[`Void`](https://dev.riseact.org/docs/graphql-references/scalars#void)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>terminalRegister  
[`StripeTerminal!`](https://dev.riseact.org/docs/graphql-references/objects#stripeterminal)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`TerminalRegisterInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#terminalregisterinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>terminalUpdateLabel  
[`StripeTerminal!`](https://dev.riseact.org/docs/graphql-references/objects#stripeterminal)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>label  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>terminalDelete  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>terminalConnectionTokenCreate  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>locationId  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>pagesCreate  
[`PagesResponse!`](https://dev.riseact.org/docs/graphql-references/objects#pagesresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`PageInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#pageinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>pagesUpdate  
[`PagesResponse!`](https://dev.riseact.org/docs/graphql-references/objects#pagesresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`PageInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#pageinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>pagesDelete  
[`PagesResponse!`](https://dev.riseact.org/docs/graphql-references/objects#pagesresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>manualPaymentMethodCreate  
[`PaymentMethodResponse!`](https://dev.riseact.org/docs/graphql-references/objects#paymentmethodresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`ManualPaymentMethodInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#manualpaymentmethodinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>manualPaymentMethodUpdate  
[`PaymentMethodResponse!`](https://dev.riseact.org/docs/graphql-references/objects#paymentmethodresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`ManualPaymentMethodInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#manualpaymentmethodinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>manualPaymentMethodDelete  
[`PaymentMethodResponse!`](https://dev.riseact.org/docs/graphql-references/objects#paymentmethodresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>paymentExport  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>format  
[`ExportFormat!`](https://dev.riseact.org/docs/graphql-references/enums#exportformat)</td><td></td></tr><tr><td>domain  
[`PaymentDomain!`](https://dev.riseact.org/docs/graphql-references/inputObjects#paymentdomain)</td><td></td></tr></tbody></table>

</td></tr><tr><td>paymentUpdate  
[`PaymentResponse!`](https://dev.riseact.org/docs/graphql-references/objects#paymentresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`ManualPaymentInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#manualpaymentinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>paymentRefund  
[`PaymentResponse!`](https://dev.riseact.org/docs/graphql-references/objects#paymentresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>satispayPaymentCreate  
[`SatispayPaymentResponse!`](https://dev.riseact.org/docs/graphql-references/objects#satispaypaymentresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>checkoutToken  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>projectCreate  
[`ProjectResponse!`](https://dev.riseact.org/docs/graphql-references/objects#projectresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`ProjectInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#projectinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>projectUpdate  
[`ProjectResponse!`](https://dev.riseact.org/docs/graphql-references/objects#projectresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`ProjectInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#projectinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>projectUpdateItems  
[`ProjectResponse!`](https://dev.riseact.org/docs/graphql-references/objects#projectresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>campaignIds  
[`[Int!]!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>projectRemoveItem  
[`ProjectResponse!`](https://dev.riseact.org/docs/graphql-references/objects#projectresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>campaignId  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>projectDelete  
[`ProjectResponse!`](https://dev.riseact.org/docs/graphql-references/objects#projectresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporterCreate  
[`Supporter!`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`SupporterInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#supporterinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporterUpdate  
[`Supporter!`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`SupporterInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#supporterinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporterDelete  
[`Supporter!`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporterSendTaxCertificate  
[`Supporter!`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>method  
[`NotificationMethods!`](https://dev.riseact.org/docs/graphql-references/enums#notificationmethods)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporterImport  
[`Task!`](https://dev.riseact.org/docs/graphql-references/objects#task)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>file  
[`Upload!`](https://dev.riseact.org/docs/graphql-references/scalars#upload)</td><td></td></tr><tr><td>overrideSupporters  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporterBulkTags  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>action  
[`SupporterBulkTagAction!`](https://dev.riseact.org/docs/graphql-references/enums#supporterbulktagaction)</td><td></td></tr><tr><td>filters  
[`SupporterFiltersInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#supporterfiltersinput)</td><td></td></tr><tr><td>tags  
[`[String!]!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporterExport  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>format  
[`ExportFormat!`](https://dev.riseact.org/docs/graphql-references/enums#exportformat)</td><td></td></tr><tr><td>domain  
[`SupporterDomain!`](https://dev.riseact.org/docs/graphql-references/inputObjects#supporterdomain)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporterMerge  
[`Supporter!`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>masterId  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>duplicatesIds  
[`[Int!]!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`SupporterInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#supporterinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporterSetPrivacy  
[`SupporterResponse!`](https://dev.riseact.org/docs/graphql-references/objects#supporterresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`SupporterPrivacyInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#supporterprivacyinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporterRemovePrivacy  
[`SupporterResponse!`](https://dev.riseact.org/docs/graphql-references/objects#supporterresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>code  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>segmentCreate  
[`SegmentResponse!`](https://dev.riseact.org/docs/graphql-references/objects#segmentresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`SegmentInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#segmentinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>segmentUpdate  
[`SegmentResponse!`](https://dev.riseact.org/docs/graphql-references/objects#segmentresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`SegmentInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#segmentinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>segmentDelete  
[`SegmentResponse!`](https://dev.riseact.org/docs/graphql-references/objects#segmentresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>stripeActivate  
[`StripeAccount!`](https://dev.riseact.org/docs/graphql-references/objects#stripeaccount)</td><td></td></tr><tr><td>stripeGenerateOnboardingLink  
[`StripeLink!`](https://dev.riseact.org/docs/graphql-references/objects#stripelink)</td><td></td></tr><tr><td>stripeGenerateDashboardLink  
[`StripeLink!`](https://dev.riseact.org/docs/graphql-references/objects#stripelink)</td><td></td></tr><tr><td>stripeCheckoutIntentCreate  
[`StripeCheckoutResponse!`](https://dev.riseact.org/docs/graphql-references/objects#stripecheckoutresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>checkoutToken  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>paymentTypes  
[`StripePaymentTypeInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#stripepaymenttypeinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>stripeTerminalCheckoutIntentCreate  
[`StripeCheckoutResponse!`](https://dev.riseact.org/docs/graphql-references/objects#stripecheckoutresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>checkoutToken  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>sumupAccountCreate  
[`SumUpAccount!`](https://dev.riseact.org/docs/graphql-references/objects#sumupaccount)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`SumUpAccountInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#sumupaccountinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>sumupAccountUpdate  
[`SumUpAccount!`](https://dev.riseact.org/docs/graphql-references/objects#sumupaccount)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`SumUpAccountInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#sumupaccountinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>redirectsCreate  
[`RedirectResponse!`](https://dev.riseact.org/docs/graphql-references/objects#redirectresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`RedirectInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#redirectinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>redirectsUpdate  
[`RedirectResponse!`](https://dev.riseact.org/docs/graphql-references/objects#redirectresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`RedirectInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#redirectinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>redirectsDelete  
[`RedirectResponse!`](https://dev.riseact.org/docs/graphql-references/objects#redirectresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>customfieldDefinitionCreate  
[`CustomFieldDefinitionResponse!`](https://dev.riseact.org/docs/graphql-references/objects#customfielddefinitionresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`CustomFieldDefinitionCreateInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#customfielddefinitioncreateinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>customfieldDefinitionUpdate  
[`CustomFieldDefinitionResponse!`](https://dev.riseact.org/docs/graphql-references/objects#customfielddefinitionresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`CustomFieldDefinitionUpdateInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#customfielddefinitionupdateinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>customfieldDefinitionDelete  
[`CustomFieldDefinitionResponse!`](https://dev.riseact.org/docs/graphql-references/objects#customfielddefinitionresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>privacyDefinitionCreate  
[`PrivacyDefinitionResponse!`](https://dev.riseact.org/docs/graphql-references/objects#privacydefinitionresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>data  
[`PrivacyDefinitionCreateInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#privacydefinitioncreateinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>privacyDefinitionUpdate  
[`PrivacyDefinitionResponse!`](https://dev.riseact.org/docs/graphql-references/objects#privacydefinitionresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>data  
[`PrivacyDefinitionUpdateInput!`](https://dev.riseact.org/docs/graphql-references/inputObjects#privacydefinitionupdateinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>privacyDefinitionDelete  
[`PrivacyDefinitionResponse!`](https://dev.riseact.org/docs/graphql-references/objects#privacydefinitionresponse)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr></tbody></table>

## AppQuery

**Fields**

<table id="bkmrk-namedescriptionactiv"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>activities  
[`ActivityConnection!`](https://dev.riseact.org/docs/graphql-references/objects#activityconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`ActivityFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#activityfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>activity  
[`Activity!`](https://dev.riseact.org/docs/graphql-references/objects#activity)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>articles  
[`ArticleConnection!`](https://dev.riseact.org/docs/graphql-references/objects#articleconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`ArticlesFiltersInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#articlesfiltersinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>article  
[`Article!`](https://dev.riseact.org/docs/graphql-references/objects#article)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>blogs  
[`BlogConnection!`](https://dev.riseact.org/docs/graphql-references/objects#blogconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`BlogsFiltersInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#blogsfiltersinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>blog  
[`Blog!`](https://dev.riseact.org/docs/graphql-references/objects#blog)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaigns  
[`CampaignConnection!`](https://dev.riseact.org/docs/graphql-references/objects#campaignconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`CampaignFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#campaignfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaign  
[`Campaign!`](https://dev.riseact.org/docs/graphql-references/objects#campaign)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaignTags  
[`StrConnection!`](https://dev.riseact.org/docs/graphql-references/objects#strconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>q  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaignComments  
[`CampaignCommentConnection!`](https://dev.riseact.org/docs/graphql-references/objects#campaigncommentconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`CampaignCommentsFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#campaigncommentsfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>campaignComment  
[`CampaignComment!`](https://dev.riseact.org/docs/graphql-references/objects#campaigncomment)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>peerCampaigns  
[`PeerCampaignConnection!`](https://dev.riseact.org/docs/graphql-references/objects#peercampaignconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`PeerCampaignFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#peercampaignfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>peerCampaign  
[`PeerCampaign!`](https://dev.riseact.org/docs/graphql-references/objects#peercampaign)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>checkouts  
[`CheckoutConnection!`](https://dev.riseact.org/docs/graphql-references/objects#checkoutconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`CheckoutFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#checkoutfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>checkoutsAbandoned  
[`CheckoutConnection!`](https://dev.riseact.org/docs/graphql-references/objects#checkoutconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`CheckoutFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#checkoutfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>checkoutsAdminGenerated  
[`CheckoutConnection!`](https://dev.riseact.org/docs/graphql-references/objects#checkoutconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`CheckoutFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#checkoutfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>checkout  
[`Checkout!`](https://dev.riseact.org/docs/graphql-references/objects#checkout)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>token  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>donations  
[`DonationConnection!`](https://dev.riseact.org/docs/graphql-references/objects#donationconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`DonationFiltersInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#donationfiltersinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>donation  
[`Donation!`](https://dev.riseact.org/docs/graphql-references/objects#donation)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>donationTags  
[`StrConnection!`](https://dev.riseact.org/docs/graphql-references/objects#strconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>q  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>media  
[`MediaConnection!`](https://dev.riseact.org/docs/graphql-references/objects#mediaconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>mediaSingle  
[`Media!`](https://dev.riseact.org/docs/graphql-references/objects#media)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>menus  
[`[Menu!]!`](https://dev.riseact.org/docs/graphql-references/objects#menu)</td><td></td></tr><tr><td>menu  
[`Menu!`](https://dev.riseact.org/docs/graphql-references/objects#menu)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>menuByHandle  
[`Menu!`](https://dev.riseact.org/docs/graphql-references/objects#menu)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>handle  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>organizations  
[`[Organization!]!`](https://dev.riseact.org/docs/graphql-references/objects#organization)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>filters  
[`OrganizationsFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#organizationsfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>organization  
[`Organization!`](https://dev.riseact.org/docs/graphql-references/objects#organization)</td><td></td></tr><tr><td>owner  
[`Staff!`](https://dev.riseact.org/docs/graphql-references/objects#staff)</td><td></td></tr><tr><td>pages  
[`PageConnection!`](https://dev.riseact.org/docs/graphql-references/objects#pageconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`PagesFiltersInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#pagesfiltersinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>page  
[`Page!`](https://dev.riseact.org/docs/graphql-references/objects#page)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>paymentMethods  
[`[PaymentMethod!]!`](https://dev.riseact.org/docs/graphql-references/objects#paymentmethod)</td><td></td></tr><tr><td>manualPaymentMethods  
[`[PaymentMethod!]!`](https://dev.riseact.org/docs/graphql-references/objects#paymentmethod)</td><td></td></tr><tr><td>manualPaymentMethod  
[`PaymentMethod!`](https://dev.riseact.org/docs/graphql-references/objects#paymentmethod)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>payments  
[`PaymentConnection!`](https://dev.riseact.org/docs/graphql-references/objects#paymentconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`PaymentFiltersInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paymentfiltersinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>payment  
[`Payment!`](https://dev.riseact.org/docs/graphql-references/objects#payment)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>projects  
[`ProjectConnection!`](https://dev.riseact.org/docs/graphql-references/objects#projectconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`ProjectFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#projectfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>project  
[`Project!`](https://dev.riseact.org/docs/graphql-references/objects#project)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporters  
[`SupporterConnection!`](https://dev.riseact.org/docs/graphql-references/objects#supporterconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`SupporterFiltersInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#supporterfiltersinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporter  
[`Supporter!`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>supporterTags  
[`StrConnection!`](https://dev.riseact.org/docs/graphql-references/objects#strconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>q  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>segments  
[`SegmentConnection!`](https://dev.riseact.org/docs/graphql-references/objects#segmentconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`SegmentFiltersInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#segmentfiltersinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>segment  
[`Segment!`](https://dev.riseact.org/docs/graphql-references/objects#segment)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>terminalLocations  
[`[StripeTerminalLocation!]!`](https://dev.riseact.org/docs/graphql-references/objects#stripeterminallocation)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>filters  
[`TerminalLocationFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#terminallocationfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>terminalLocation  
[`StripeTerminalLocation!`](https://dev.riseact.org/docs/graphql-references/objects#stripeterminallocation)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>terminals  
[`[StripeTerminal!]!`](https://dev.riseact.org/docs/graphql-references/objects#stripeterminal)</td><td></td></tr><tr><td>terminalsByLocation  
[`[StripeTerminal!]!`](https://dev.riseact.org/docs/graphql-references/objects#stripeterminal)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>locationId  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>terminal  
[`StripeTerminal!`](https://dev.riseact.org/docs/graphql-references/objects#stripeterminal)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>stripe  
[`StripeAccount`](https://dev.riseact.org/docs/graphql-references/objects#stripeaccount)</td><td></td></tr><tr><td>stripeCustomerCards  
[`[StripeCard!]!`](https://dev.riseact.org/docs/graphql-references/objects#stripecard)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>stripeCustomerId  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

</td></tr><tr><td>sumupAccount  
[`SumUpAccount`](https://dev.riseact.org/docs/graphql-references/objects#sumupaccount)</td><td></td></tr><tr><td>redirects  
[`RedirectConnection!`](https://dev.riseact.org/docs/graphql-references/objects#redirectconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`RedirectsFiltersInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#redirectsfiltersinput)</td><td></td></tr></tbody></table>

</td></tr><tr><td>redirect  
[`Redirect!`](https://dev.riseact.org/docs/graphql-references/objects#redirect)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>customfieldDefinitions  
[`[CustomFieldDefinition!]!`](https://dev.riseact.org/docs/graphql-references/objects#customfielddefinition)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`CustomFieldFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#customfieldfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>customfieldDefinition  
[`CustomFieldDefinition!`](https://dev.riseact.org/docs/graphql-references/objects#customfielddefinition)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr><tr><td>privacyDefinitions  
[`PrivacyDefinitionConnection!`](https://dev.riseact.org/docs/graphql-references/objects#privacydefinitionconnection)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pagination  
[`PaginationInput`](https://dev.riseact.org/docs/graphql-references/inputObjects#paginationinput)</td><td></td></tr><tr><td>filters  
[`PrivacyDefinitionFilters`](https://dev.riseact.org/docs/graphql-references/inputObjects#privacydefinitionfilters)</td><td></td></tr></tbody></table>

</td></tr><tr><td>privacyDefinition  
[`PrivacyDefinition!`](https://dev.riseact.org/docs/graphql-references/objects#privacydefinition)</td><td>**Arguments**

<table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

</td></tr></tbody></table>

## Article

**Fields**

<table id="bkmrk-namedescriptionidint-3"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>title  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>content  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>visibility  
[`WebDocumentVisibility!`](https://dev.riseact.org/docs/graphql-references/enums#webdocumentvisibility)</td><td></td></tr><tr><td>slug  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>url  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoTitle  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>template  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoDescription  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>sitefrontUrl  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>blog  
[`Blog!`](https://dev.riseact.org/docs/graphql-references/objects#blog)</td><td></td></tr><tr><td>cover  
[`Media`](https://dev.riseact.org/docs/graphql-references/objects#media)</td><td></td></tr></tbody></table>

## ArticleConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-1"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[ArticleEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#articleedge)</td><td></td></tr></tbody></table>

## ArticleEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-1"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Article!`](https://dev.riseact.org/docs/graphql-references/objects#article)</td><td></td></tr></tbody></table>

## ArticlesResponse

**Fields**

<table id="bkmrk-namedescriptionusere-1"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>article  
[`Article`](https://dev.riseact.org/docs/graphql-references/objects#article)</td><td></td></tr></tbody></table>

## Blog

**Fields**

<table id="bkmrk-namedescriptionidint-4"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>title  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>content  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>visibility  
[`WebDocumentVisibility!`](https://dev.riseact.org/docs/graphql-references/enums#webdocumentvisibility)</td><td></td></tr><tr><td>slug  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>url  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoTitle  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>template  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoDescription  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>sitefrontUrl  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>cover  
[`Media`](https://dev.riseact.org/docs/graphql-references/objects#media)</td><td></td></tr></tbody></table>

## BlogConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-2"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[BlogEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#blogedge)</td><td></td></tr></tbody></table>

## BlogEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-2"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Blog!`](https://dev.riseact.org/docs/graphql-references/objects#blog)</td><td></td></tr></tbody></table>

## BlogsResponse

**Fields**

<table id="bkmrk-namedescriptionusere-2"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>blog  
[`Blog`](https://dev.riseact.org/docs/graphql-references/objects#blog)</td><td></td></tr></tbody></table>

## Campaign

**Fields**

<table id="bkmrk-namedescriptionidint-5"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>title  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>content  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>visibility  
[`WebDocumentVisibility!`](https://dev.riseact.org/docs/graphql-references/enums#webdocumentvisibility)</td><td></td></tr><tr><td>slug  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>url  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoTitle  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>template  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoDescription  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>type  
[`CampaignType!`](https://dev.riseact.org/docs/graphql-references/enums#campaigntype)</td><td></td></tr><tr><td>goal  
[`Float`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>note  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>tags  
[`[String!]!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>allowPeerToPeer  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>isGoalEnabled  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>costExamples  
[`[CostExample!]!`](https://dev.riseact.org/docs/graphql-references/objects#costexample)</td><td></td></tr><tr><td>excludedChannels  
[`[Int!]!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>thankyouTemplate  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>receiptNotificationId  
[`Int`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>hasOneOff  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>hasSubscription  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>hasSubscriptionCustomOptions  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>allowCustomAmount  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>allowCustomSubscriptionAmount  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>defaultAmount  
[`Float`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>defaultSubscriptionAmount  
[`Float`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>minAmount  
[`Float`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>maxAmount  
[`Float`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>minSubscriptionAmount  
[`Float`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>maxSubscriptionAmount  
[`Float`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>asks  
[`[Float!]!`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>asksSubscription  
[`[Float!]!`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>shownFields  
[`[String!]!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>requiredFields  
[`[String!]!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>privacyNote  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>sitefrontUrl  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>privacyFields  
[`[PrivacyDefinition!]!`](https://dev.riseact.org/docs/graphql-references/objects#privacydefinition)</td><td></td></tr><tr><td>cover  
[`Media`](https://dev.riseact.org/docs/graphql-references/objects#media)</td><td></td></tr></tbody></table>

## CampaignComment

**Fields**

<table id="bkmrk-namedescriptionidint-6"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>message  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>status  
[`CampaignCommentStatus!`](https://dev.riseact.org/docs/graphql-references/enums#campaigncommentstatus)</td><td></td></tr><tr><td>supporter  
[`Supporter!`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td></td></tr><tr><td>campaign  
[`Campaign!`](https://dev.riseact.org/docs/graphql-references/objects#campaign)</td><td></td></tr><tr><td>public  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>anonymous  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>peerCampaign  
[`PeerCampaign`](https://dev.riseact.org/docs/graphql-references/objects#peercampaign)</td><td></td></tr></tbody></table>

## CampaignCommentConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-3"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[CampaignCommentEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#campaigncommentedge)</td><td></td></tr></tbody></table>

## CampaignCommentEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-3"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`CampaignComment!`](https://dev.riseact.org/docs/graphql-references/objects#campaigncomment)</td><td></td></tr></tbody></table>

## CampaignCommentResponse

**Fields**

<table id="bkmrk-namedescriptionusere-3"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>comment  
[`CampaignComment`](https://dev.riseact.org/docs/graphql-references/objects#campaigncomment)</td><td></td></tr></tbody></table>

## CampaignConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-4"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[CampaignEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#campaignedge)</td><td></td></tr></tbody></table>

## CampaignEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-4"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Campaign!`](https://dev.riseact.org/docs/graphql-references/objects#campaign)</td><td></td></tr></tbody></table>

## CampaignResponse

**Fields**

<table id="bkmrk-namedescriptionusere-4"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>campaign  
[`Campaign`](https://dev.riseact.org/docs/graphql-references/objects#campaign)</td><td></td></tr></tbody></table>

## Checkout

**Fields**

<table id="bkmrk-namedescriptionidint-7"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>token  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>state  
[`CheckoutState!`](https://dev.riseact.org/docs/graphql-references/enums#checkoutstate)</td><td></td></tr><tr><td>errorMessage  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>completedDate  
[`DateTime`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>supporterBusinessName  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterFirstName  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterLastName  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterType  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterEmail  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterPhone  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterMobile  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterSex  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterDateOfBirth  
[`Date`](https://dev.riseact.org/docs/graphql-references/scalars#date)</td><td></td></tr><tr><td>supporterPlaceOfBirth  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterSsn  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterVat  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterAddress  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterAddress2  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterCity  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterLocality  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterCountry  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterPostalCode  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterPrivacy  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>supporterEmailMarketing  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>supporterPhoneMarketing  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>supporterPrivacyValues  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>donationAmount  
[`Float`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>donationFrequency  
[`Frequency`](https://dev.riseact.org/docs/graphql-references/enums#frequency)</td><td></td></tr><tr><td>costExampleQuantity  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>recoveryMailSentDate  
[`DateTime`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>applicationMetadata  
[`JSON`](https://dev.riseact.org/docs/graphql-references/scalars#json)</td><td></td></tr><tr><td>tags  
[`[String!]!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>supporterFullname  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>campaign  
[`Campaign!`](https://dev.riseact.org/docs/graphql-references/objects#campaign)</td><td></td></tr><tr><td>peerCampaign  
[`PeerCampaign`](https://dev.riseact.org/docs/graphql-references/objects#peercampaign)</td><td></td></tr><tr><td>enabledPaymentMethods  
[`[PaymentMethod!]!`](https://dev.riseact.org/docs/graphql-references/objects#paymentmethod)</td><td></td></tr><tr><td>supporter  
[`Supporter`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td></td></tr><tr><td>donation  
[`Donation`](https://dev.riseact.org/docs/graphql-references/objects#donation)</td><td></td></tr><tr><td>checkoutUrl  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>application  
[`Application`](https://dev.riseact.org/docs/graphql-references/objects#application)</td><td></td></tr></tbody></table>

## CheckoutConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-5"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[CheckoutEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#checkoutedge)</td><td></td></tr></tbody></table>

## CheckoutEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-5"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Checkout!`](https://dev.riseact.org/docs/graphql-references/objects#checkout)</td><td></td></tr></tbody></table>

## CheckoutResponse

**Fields**

<table id="bkmrk-namedescriptionusere-5"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>checkout  
[`Checkout`](https://dev.riseact.org/docs/graphql-references/objects#checkout)</td><td></td></tr></tbody></table>

## CostExample

**Fields**

<table id="bkmrk-namedescriptionamoun"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>amount  
[`Float!`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>name  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>description  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>uuid  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>monitorQuantity  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>quantity  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>availableQuantity  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>image  
[`Media`](https://dev.riseact.org/docs/graphql-references/objects#media)</td><td></td></tr></tbody></table>

## Country

**Fields**

<table id="bkmrk-namedescriptionnames"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>name  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>code  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## CustomField

**Fields**

<table id="bkmrk-namedescriptionkeyst"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>key  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>type  
[`CustomFieldType!`](https://dev.riseact.org/docs/graphql-references/enums#customfieldtype)</td><td></td></tr><tr><td>value  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>meta  
[`CustomFieldDefinition!`](https://dev.riseact.org/docs/graphql-references/objects#customfielddefinition)</td><td></td></tr></tbody></table>

## CustomFieldDefinition

**Fields**

<table id="bkmrk-namedescriptionidint-8"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>entity  
[`CustomFieldEntity!`](https://dev.riseact.org/docs/graphql-references/enums#customfieldentity)</td><td></td></tr><tr><td>name  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>key  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>description  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>type  
[`CustomFieldType!`](https://dev.riseact.org/docs/graphql-references/enums#customfieldtype)</td><td></td></tr><tr><td>position  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>options  
[`[String!]`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>archived  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr></tbody></table>

## CustomFieldDefinitionResponse

**Fields**

<table id="bkmrk-namedescriptionusere-6"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>customFieldDefinition  
[`CustomFieldDefinition`](https://dev.riseact.org/docs/graphql-references/objects#customfielddefinition)</td><td></td></tr></tbody></table>

## Donation

**Fields**

<table id="bkmrk-namedescriptionidint-9"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>code  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>state  
[`DonationState!`](https://dev.riseact.org/docs/graphql-references/enums#donationstate)</td><td></td></tr><tr><td>amount  
[`Float!`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>frequency  
[`Frequency`](https://dev.riseact.org/docs/graphql-references/enums#frequency)</td><td></td></tr><tr><td>note  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>completedDate  
[`DateTime`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>device  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>tags  
[`[String!]!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>isPublic  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>costExampleQuantity  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>receiptUrl  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>campaign  
[`Campaign!`](https://dev.riseact.org/docs/graphql-references/objects#campaign)</td><td></td></tr><tr><td>peerCampaign  
[`PeerCampaign`](https://dev.riseact.org/docs/graphql-references/objects#peercampaign)</td><td></td></tr><tr><td>costExample  
[`CostExample`](https://dev.riseact.org/docs/graphql-references/objects#costexample)</td><td></td></tr><tr><td>paymentMethod  
[`PaymentMethod`](https://dev.riseact.org/docs/graphql-references/objects#paymentmethod)</td><td></td></tr><tr><td>supporter  
[`Supporter!`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td></td></tr><tr><td>checkout  
[`Checkout`](https://dev.riseact.org/docs/graphql-references/objects#checkout)</td><td></td></tr><tr><td>totalPayments  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>totalPaid  
[`Float!`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>customfields  
[`[CustomField!]!`](https://dev.riseact.org/docs/graphql-references/objects#customfield)</td><td></td></tr></tbody></table>

## DonationConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-6"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[DonationEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#donationedge)</td><td></td></tr></tbody></table>

## DonationEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-6"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Donation!`](https://dev.riseact.org/docs/graphql-references/objects#donation)</td><td></td></tr></tbody></table>

## DonationResponse

**Fields**

<table id="bkmrk-namedescriptionusere-7"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>donation  
[`Donation`](https://dev.riseact.org/docs/graphql-references/objects#donation)</td><td></td></tr></tbody></table>

## Media

**Fields**

<table id="bkmrk-namedescriptionidint-10"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>name  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>url  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>height  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>width  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>size  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>createDate  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>alt  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>square  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>small  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>medium  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## MediaConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-7"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[MediaEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#mediaedge)</td><td></td></tr></tbody></table>

## MediaEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-7"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Media!`](https://dev.riseact.org/docs/graphql-references/objects#media)</td><td></td></tr></tbody></table>

## MediaResponse

**Fields**

<table id="bkmrk-namedescriptionusere-8"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>media  
[`Media`](https://dev.riseact.org/docs/graphql-references/objects#media)</td><td></td></tr></tbody></table>

## Menu

**Fields**

<table id="bkmrk-namedescriptionidint-11"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>name  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>handle  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>items  
[`[MenuItem!]!`](https://dev.riseact.org/docs/graphql-references/objects#menuitem)</td><td></td></tr></tbody></table>

## MenuItem

**Fields**

<table id="bkmrk-namedescriptionidint-12"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>label  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>link  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>type  
[`MenuItemType!`](https://dev.riseact.org/docs/graphql-references/enums#menuitemtype)</td><td></td></tr></tbody></table>

## MenuResponse

**Fields**

<table id="bkmrk-namedescriptionusere-9"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>menu  
[`Menu`](https://dev.riseact.org/docs/graphql-references/objects#menu)</td><td></td></tr></tbody></table>

## Organization

**Fields**

<table id="bkmrk-namedescriptionidint-13"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>reference  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>name  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>currency  
[`Currencies!`](https://dev.riseact.org/docs/graphql-references/enums#currencies)</td><td></td></tr><tr><td>domain  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>contactEmail  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>senderEmail  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>legalName  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>isInvoiceRequired  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>vat  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>vatExchange  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>taxIdentificationNumber  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>contactPhone  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>addressLine1  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>addressLine2  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>city  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>state  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>postalCode  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>country  
[`Country`](https://dev.riseact.org/docs/graphql-references/objects#country)</td><td></td></tr><tr><td>tos  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>consentScopes  
[`[String!]!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>privacyPolicy  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>baseSitefrontUrl  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>planType  
[`BillingPlanType`](https://dev.riseact.org/docs/graphql-references/enums#billingplantype)</td><td></td></tr><tr><td>annualCertificateAutoSend  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>annualCertificateSendMonth  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>annualCertificateSendDay  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>annualCertificateLastSentYear  
[`Int`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>onboardingStatus  
[`OnboardingStatus!`](https://dev.riseact.org/docs/graphql-references/enums#onboardingstatus)</td><td></td></tr><tr><td>sitefrontUrl  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>logo  
[`Media`](https://dev.riseact.org/docs/graphql-references/objects#media)</td><td></td></tr><tr><td>senderEmailStatus  
[`OrganizationSenderEmailStatus!`](https://dev.riseact.org/docs/graphql-references/objects#organizationsenderemailstatus)</td><td></td></tr><tr><td>owner  
[`User!`](https://dev.riseact.org/docs/graphql-references/objects#user)</td><td></td></tr><tr><td>jwtPassKey  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## OrganizationResponse

**Fields**

<table id="bkmrk-namedescriptionusere-10"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>organization  
[`Organization`](https://dev.riseact.org/docs/graphql-references/objects#organization)</td><td></td></tr></tbody></table>

## OrganizationSenderEmailStatus

**Fields**

<table id="bkmrk-namedescriptionspfbo"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>spf  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>spfValue  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>dkim  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>dkimValue  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>verified  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>verificationString  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>readyToSend  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr></tbody></table>

## Page

**Fields**

<table id="bkmrk-namedescriptionidint-14"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>title  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>content  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>visibility  
[`WebDocumentVisibility!`](https://dev.riseact.org/docs/graphql-references/enums#webdocumentvisibility)</td><td></td></tr><tr><td>slug  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>url  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoTitle  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>template  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoDescription  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>sitefrontUrl  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>cover  
[`Media`](https://dev.riseact.org/docs/graphql-references/objects#media)</td><td></td></tr></tbody></table>

## PageConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-8"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[PageEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#pageedge)</td><td></td></tr></tbody></table>

## PageEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-8"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Page!`](https://dev.riseact.org/docs/graphql-references/objects#page)</td><td></td></tr></tbody></table>

## PageInfo

**Fields**

<table id="bkmrk-namedescriptionhasne"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>hasNextPage  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>hasPreviousPage  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>startCursor  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>endCursor  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>total  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

## PagesResponse

**Fields**

<table id="bkmrk-namedescriptionusere-11"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>page  
[`Page`](https://dev.riseact.org/docs/graphql-references/objects#page)</td><td></td></tr></tbody></table>

## Payment

**Fields**

<table id="bkmrk-namedescriptionidint-15"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>state  
[`PaymentState!`](https://dev.riseact.org/docs/graphql-references/enums#paymentstate)</td><td></td></tr><tr><td>amount  
[`Float!`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>paymentDate  
[`DateTime`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>stripeIntentId  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>supporter  
[`Supporter`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td></td></tr><tr><td>donation  
[`Donation`](https://dev.riseact.org/docs/graphql-references/objects#donation)</td><td></td></tr><tr><td>paymentMethod  
[`PaymentMethod`](https://dev.riseact.org/docs/graphql-references/objects#paymentmethod)</td><td></td></tr><tr><td>netAmount  
[`Float`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr></tbody></table>

## PaymentConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-9"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[PaymentEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#paymentedge)</td><td></td></tr></tbody></table>

## PaymentEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-9"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Payment!`](https://dev.riseact.org/docs/graphql-references/objects#payment)</td><td></td></tr></tbody></table>

## PaymentMethod

**Fields**

<table id="bkmrk-namedescriptionidint-16"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>processor  
[`PaymentProcessor!`](https://dev.riseact.org/docs/graphql-references/enums#paymentprocessor)</td><td></td></tr><tr><td>hasOneoffSupport  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>hasSubscriptionSupport  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>label  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>description  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>instructions  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>channels  
[`[Int!]!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>includeInCertificate  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr></tbody></table>

## PaymentMethodResponse

**Fields**

<table id="bkmrk-namedescriptionusere-12"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>paymentMethod  
[`PaymentMethod`](https://dev.riseact.org/docs/graphql-references/objects#paymentmethod)</td><td></td></tr></tbody></table>

## PaymentResponse

**Fields**

<table id="bkmrk-namedescriptionusere-13"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>payment  
[`Payment`](https://dev.riseact.org/docs/graphql-references/objects#payment)</td><td></td></tr></tbody></table>

## PeerCampaign

**Fields**

<table id="bkmrk-namedescriptionidint-17"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>title  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>content  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>visibility  
[`WebDocumentVisibility!`](https://dev.riseact.org/docs/graphql-references/enums#webdocumentvisibility)</td><td></td></tr><tr><td>slug  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>url  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoTitle  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>template  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoDescription  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>supporterName  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>customMessage  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>goal  
[`Float`](https://dev.riseact.org/docs/graphql-references/scalars#float)</td><td></td></tr><tr><td>isGoalEnabled  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>thankyouTemplate  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>receiptNotificationId  
[`Int`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>sitefrontUrl  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporter  
[`Supporter`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td></td></tr><tr><td>campaign  
[`Campaign`](https://dev.riseact.org/docs/graphql-references/objects#campaign)</td><td></td></tr></tbody></table>

## PeerCampaignConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-10"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[PeerCampaignEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#peercampaignedge)</td><td></td></tr></tbody></table>

## PeerCampaignEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-10"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`PeerCampaign!`](https://dev.riseact.org/docs/graphql-references/objects#peercampaign)</td><td></td></tr></tbody></table>

## PeerCampaignResponse

**Fields**

<table id="bkmrk-namedescriptionusere-14"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>peerCampaign  
[`PeerCampaign`](https://dev.riseact.org/docs/graphql-references/objects#peercampaign)</td><td></td></tr></tbody></table>

## PrivacyDefinition

**Fields**

<table id="bkmrk-namedescriptionidint-18"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>code  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>label  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>message  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>isDefault  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>isRequired  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>consentScopes  
[`[String!]!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr></tbody></table>

## PrivacyDefinitionConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-11"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[PrivacyDefinitionEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#privacydefinitionedge)</td><td></td></tr></tbody></table>

## PrivacyDefinitionEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-11"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`PrivacyDefinition!`](https://dev.riseact.org/docs/graphql-references/objects#privacydefinition)</td><td></td></tr></tbody></table>

## PrivacyDefinitionResponse

**Fields**

<table id="bkmrk-namedescriptionusere-15"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>privacyDefinition  
[`PrivacyDefinition`](https://dev.riseact.org/docs/graphql-references/objects#privacydefinition)</td><td></td></tr></tbody></table>

## Project

**Fields**

<table id="bkmrk-namedescriptionidint-19"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>title  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>content  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>visibility  
[`WebDocumentVisibility!`](https://dev.riseact.org/docs/graphql-references/enums#webdocumentvisibility)</td><td></td></tr><tr><td>slug  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>url  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoTitle  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>template  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>seoDescription  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>type  
[`ProjectType!`](https://dev.riseact.org/docs/graphql-references/enums#projecttype)</td><td></td></tr><tr><td>rulesMatch  
[`ProjectRuleMatchType!`](https://dev.riseact.org/docs/graphql-references/enums#projectrulematchtype)</td><td></td></tr><tr><td>campaignsOrder  
[`ProjectCampaignsOrder!`](https://dev.riseact.org/docs/graphql-references/enums#projectcampaignsorder)</td><td></td></tr><tr><td>cover  
[`Media`](https://dev.riseact.org/docs/graphql-references/objects#media)</td><td></td></tr><tr><td>sitefrontUrl  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>rules  
[`[ProjectRule!]!`](https://dev.riseact.org/docs/graphql-references/objects#projectrule)</td><td></td></tr><tr><td>items  
[`[ProjectCampaignItem!]!`](https://dev.riseact.org/docs/graphql-references/objects#projectcampaignitem)</td><td></td></tr></tbody></table>

## ProjectCampaignItem

**Fields**

<table id="bkmrk-namedescriptionidint-20"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>position  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>campaign  
[`Campaign!`](https://dev.riseact.org/docs/graphql-references/objects#campaign)</td><td></td></tr></tbody></table>

## ProjectConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-12"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[ProjectEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#projectedge)</td><td></td></tr></tbody></table>

## ProjectEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-12"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Project!`](https://dev.riseact.org/docs/graphql-references/objects#project)</td><td></td></tr></tbody></table>

## ProjectResponse

**Fields**

<table id="bkmrk-namedescriptionusere-16"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>project  
[`Project`](https://dev.riseact.org/docs/graphql-references/objects#project)</td><td></td></tr></tbody></table>

## ProjectRule

**Fields**

<table id="bkmrk-namedescriptionuuids"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>uuid  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>field  
[`ProjectRuleField!`](https://dev.riseact.org/docs/graphql-references/enums#projectrulefield)</td><td></td></tr><tr><td>operator  
[`ProjectRuleOperator!`](https://dev.riseact.org/docs/graphql-references/enums#projectruleoperator)</td><td></td></tr><tr><td>value  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## Redirect

**Fields**

<table id="bkmrk-namedescriptionidint-21"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>sourcePath  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>destinationUrl  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## RedirectConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-13"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[RedirectEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#redirectedge)</td><td></td></tr></tbody></table>

## RedirectEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-13"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Redirect!`](https://dev.riseact.org/docs/graphql-references/objects#redirect)</td><td></td></tr></tbody></table>

## RedirectResponse

**Fields**

<table id="bkmrk-namedescriptionusere-17"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>redirect  
[`Redirect`](https://dev.riseact.org/docs/graphql-references/objects#redirect)</td><td></td></tr></tbody></table>

## SatispayPaymentResponse

**Fields**

<table id="bkmrk-namedescriptionidstr"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>codeIdentifier  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>type  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>amountUnit  
[`Int`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>currency  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>status  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>expired  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>insertDate  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>expireDate  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>description  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>flow  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>externalCode  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>redirectUrl  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## Segment

**Fields**

<table id="bkmrk-namedescriptionidint-22"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>updateDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>name  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>entity  
[`SegmentEntity!`](https://dev.riseact.org/docs/graphql-references/enums#segmententity)</td><td></td></tr><tr><td>filters  
[`JSON!`](https://dev.riseact.org/docs/graphql-references/scalars#json)</td><td></td></tr></tbody></table>

## SegmentConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-14"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[SegmentEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#segmentedge)</td><td></td></tr></tbody></table>

## SegmentEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-14"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Segment!`](https://dev.riseact.org/docs/graphql-references/objects#segment)</td><td></td></tr></tbody></table>

## SegmentResponse

**Fields**

<table id="bkmrk-namedescriptionusere-18"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>segment  
[`Segment`](https://dev.riseact.org/docs/graphql-references/objects#segment)</td><td></td></tr></tbody></table>

## Staff

**Fields**

<table id="bkmrk-namedescriptionidint-23"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>userId  
[`Int`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>partnerId  
[`Int`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>name  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>email  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>state  
[`StaffStatus!`](https://dev.riseact.org/docs/graphql-references/enums#staffstatus)</td><td></td></tr><tr><td>lang  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>timezone  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>createDate  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>role  
[`StaffRole!`](https://dev.riseact.org/docs/graphql-references/enums#staffrole)</td><td></td></tr><tr><td>bio  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>lastLoginDate  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>isOwner  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>permissions  
[`[StaffPermission!]!`](https://dev.riseact.org/docs/graphql-references/enums#staffpermission)</td><td></td></tr></tbody></table>

## StrConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-15"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[StrEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#stredge)</td><td></td></tr></tbody></table>

## StrEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-15"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## StripeAccount

**Fields**

<table id="bkmrk-namedescriptionaccou"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>accountId  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>hasOneoffSupport  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>hasSubscriptionSupport  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>detailsSubmitted  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>chargesEnabled  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>pubKey  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>hasSepaEnabled  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr></tbody></table>

## StripeCard

**Fields**

<table id="bkmrk-namedescriptionidstr-1"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>brand  
[`StripeCardBrand!`](https://dev.riseact.org/docs/graphql-references/enums#stripecardbrand)</td><td></td></tr><tr><td>country  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>expMonth  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>expYear  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>fingerprint  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>funding  
[`StripeCardFunding!`](https://dev.riseact.org/docs/graphql-references/enums#stripecardfunding)</td><td></td></tr><tr><td>last4  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## StripeCheckoutIntent

**Fields**

<table id="bkmrk-namedescriptionclien"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>clientSecret  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## StripeCheckoutResponse

**Fields**

<table id="bkmrk-namedescriptionusere-19"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>checkout  
[`StripeCheckoutIntent`](https://dev.riseact.org/docs/graphql-references/objects#stripecheckoutintent)</td><td></td></tr></tbody></table>

## StripeLink

**Fields**

<table id="bkmrk-namedescriptionurlst"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>url  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## StripeTerminal

**Fields**

<table id="bkmrk-namedescriptionidstr-2"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>label  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>serialNumber  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>status  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>locationId  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>location  
[`StripeTerminalLocation`](https://dev.riseact.org/docs/graphql-references/objects#stripeterminallocation)</td><td></td></tr></tbody></table>

## StripeTerminalLocation

**Fields**

<table id="bkmrk-namedescriptionidstr-3"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>displayName  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>addressCity  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>addressCountry  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>addressLine1  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>addressLine2  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>addressPostalCode  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>addressState  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>terminalCount  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr></tbody></table>

## SumUpAccount

**Fields**

<table id="bkmrk-namedescriptionmerch"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>merchantCode  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>hasPayments  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr></tbody></table>

## Supporter

**Fields**

<table id="bkmrk-namedescriptionidint-24"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>archived  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>code  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>createDate  
[`DateTime!`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr><tr><td>image  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>businessName  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>firstName  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>lastName  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>fullName  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>supporterType  
[`SupporterType`](https://dev.riseact.org/docs/graphql-references/enums#supportertype)</td><td></td></tr><tr><td>email  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>phone  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>mobile  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>sex  
[`Sex`](https://dev.riseact.org/docs/graphql-references/enums#sex)</td><td></td></tr><tr><td>dateOfBirth  
[`Date`](https://dev.riseact.org/docs/graphql-references/scalars#date)</td><td></td></tr><tr><td>placeOfBirth  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>ssn  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>vat  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>title  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>job  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>address  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>address2  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>city  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>locality  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>country  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>postalCode  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>certificationUrl  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>privacy  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>emailMarketing  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>phoneMarketing  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>smsMarketing  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>postalMarketing  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>profilationMarketing  
[`Boolean`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>tags  
[`[String!]!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>note  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>stripeCustomerId  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>customfields  
[`[CustomField!]!`](https://dev.riseact.org/docs/graphql-references/objects#customfield)</td><td></td></tr><tr><td>privacyValues  
[`[SupporterPrivacyValue!]!`](https://dev.riseact.org/docs/graphql-references/objects#supporterprivacyvalue)</td><td></td></tr><tr><td>sourceCampaign  
[`Campaign`](https://dev.riseact.org/docs/graphql-references/objects#campaign)</td><td></td></tr><tr><td>sourcePeerCampaign  
[`PeerCampaign`](https://dev.riseact.org/docs/graphql-references/objects#peercampaign)</td><td></td></tr><tr><td>totalDonations  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>totalDonated  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>averageDonation  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>lastOneoffDonation  
[`Donation`](https://dev.riseact.org/docs/graphql-references/objects#donation)</td><td></td></tr><tr><td>activeRegularDonations  
[`[Donation!]!`](https://dev.riseact.org/docs/graphql-references/objects#donation)</td><td></td></tr><tr><td>savedCards  
[`[StripeCard!]!`](https://dev.riseact.org/docs/graphql-references/objects#stripecard)</td><td></td></tr></tbody></table>

## SupporterConnection

**Fields**

<table id="bkmrk-namedescriptionpagei-16"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>pageInfo  
[`PageInfo!`](https://dev.riseact.org/docs/graphql-references/objects#pageinfo)</td><td></td></tr><tr><td>edges  
[`[SupporterEdge!]!`](https://dev.riseact.org/docs/graphql-references/objects#supporteredge)</td><td></td></tr></tbody></table>

## SupporterEdge

**Fields**

<table id="bkmrk-namedescriptioncurso-16"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>cursor  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>node  
[`Supporter!`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td></td></tr></tbody></table>

## SupporterPrivacyValue

**Fields**

<table id="bkmrk-namedescriptioncodes"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>code  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>label  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>value  
[`Boolean!`](https://dev.riseact.org/docs/graphql-references/scalars#boolean)</td><td></td></tr><tr><td>date  
[`DateTime`](https://dev.riseact.org/docs/graphql-references/scalars#datetime)</td><td></td></tr></tbody></table>

## SupporterResponse

**Fields**

<table id="bkmrk-namedescriptionusere-20"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>userErrors  
[`[UserError!]`](https://dev.riseact.org/docs/graphql-references/objects#usererror)</td><td></td></tr><tr><td>supporter  
[`Supporter`](https://dev.riseact.org/docs/graphql-references/objects#supporter)</td><td></td></tr></tbody></table>

## Task

**Fields**

<table id="bkmrk-namedescriptiontaski"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>taskId  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## User

**Fields**

<table id="bkmrk-namedescriptionidint-25"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>id  
[`Int!`](https://dev.riseact.org/docs/graphql-references/scalars#int)</td><td></td></tr><tr><td>email  
[`String!`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>name  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>verificationToken  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

## UserError

**Fields**

<table id="bkmrk-namedescriptioncodee"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>code  
[`ErrorCode!`](https://dev.riseact.org/docs/graphql-references/enums#errorcode)</td><td></td></tr><tr><td>field  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr><tr><td>message  
[`String`](https://dev.riseact.org/docs/graphql-references/scalars#string)</td><td></td></tr></tbody></table>

---

*Contenuto importato da [https://dev.riseact.org/docs/graphql-references/objects](https://dev.riseact.org/docs/graphql-references/objects) il 2026-04-23 durante la migrazione iniziale della KB Metadonors. Aggiornare se il sorgente cambia.*