Skip to main content

Fund

No description

type Fund {
campaigns(
after: String
before: String
first: Int
last: Int
): FundCampaignsConnection
createdAt: DateTime
creator: User
id: ID!
isTaxDeductible: Boolean
name: String
organization: Organization
updatedAt: DateTime
updater: User
}

Fields

Fund.campaigns ● FundCampaignsConnection object

GraphQL connection to traverse through the campaigns for the fund.

Fund.campaigns.after ● String scalar
Fund.campaigns.before ● String scalar
Fund.campaigns.first ● Int scalar
Fund.campaigns.last ● Int scalar

Fund.createdAt ● DateTime scalar

Date time at the time the fund was created.

Fund.creator ● User object

User who created the Fund.

Fund.id ● ID! non-null scalar

Global identifier of the fund.

Fund.isTaxDeductible ● Boolean scalar

Boolean to tell if the fund is tax deductible.

Fund.name ● String scalar

Name of the fund.

Fund.organization ● Organization object

Organization which the fund belongs to.

Fund.updatedAt ● DateTime scalar

Date time at the time the fund was last updated.

Fund.updater ● User object

User who last updated the fund.

Returned By

createFund mutation ● deleteFund mutation ● fund query ● updateFund mutation

Member Of

FundCampaign object ● OrganizationFundsConnectionEdge object