Mutation
Variables
Response
Mutations
createGift
Give a gift (recognition) to another member, spending the gift’s point cost
MUTATION
createGift(input: CreateGiftInput!): CreateGiftPayloadArguments
input
CreateGiftInput!
required
Parameters for CreateGift
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
giftTransaction
The gift that was given
Mutation
Variables
Response