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