IntentCreate
Create an intent for a user.
IntentCreate(
input: IntentCreateInput!
): IntentCreateUnion!
Arguments
IntentCreate.input ● IntentCreateInput! non-null input
Input object required to create an intent
Type
IntentCreateUnion union
If mutation is successful, the Intent will be returned, otherwise a MutationError is returned.