MutationCreateFundCampaignInput
input MutationCreateFundCampaignInput {
currencyCode: Iso4217CurrencyCode!
endAt: DateTime!
fundId: ID!
goalAmount: Int!
name: String!
startAt: DateTime!
}
Fields
MutationCreateFundCampaignInput.currencyCode ● Iso4217CurrencyCode! non-null enum
Currency code of the fund campaign.
MutationCreateFundCampaignInput.endAt ● DateTime! non-null scalar
Date time at the time the fund campaign ends at.
MutationCreateFundCampaignInput.fundId ● ID! non-null scalar
Global identifier of the associated fund.
MutationCreateFundCampaignInput.goalAmount ● Int! non-null scalar
Minimum amount of money that is set as the goal for the fund campaign.
MutationCreateFundCampaignInput.name ● String! non-null scalar
Name of the fund campaign.
MutationCreateFundCampaignInput.startAt ● DateTime! non-null scalar
Date time at the time the fund campaign starts at.
Member Of
createFundCampaign mutation