Skip to main content

Arguments

Input fields for creating a signup reward for an organization.

Returns

AddSignupReferralOnAccount

Create a referral scheme reward for an organization. This allows businesses to issue rewards based on a referral scheme.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can create referrals

Rate Limits

Key Steps
user ['5/m']

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation AddSignupReferralOnAccount($input: AddSignupReferralOnAccountInput!) { addSignupReferralOnAccount(input: $input) { accountReferral { ...ReferralTypeFragment } } }

Variables

Response

{ "data": { "addSignupReferralOnAccount": { "accountReferral": ReferralType } } }