IntentCreateUnion
If mutation is successful, the Intent will be returned, otherwise a MutationError is returned.
union IntentCreateUnion = MutationError | Intent
Possible types
IntentCreateUnion.MutationError object
Has errors for a mutation
IntentCreateUnion.Intent object
A shopping trip that a user has made.
Returned by
IntentCreate mutation