AuthenticateUnion
If mutation is successful, the AuthenticatePayload will be returned, otherwise a MutationError is returned.
union AuthenticateUnion = MutationError | AuthenticatePayload
Possible types
AuthenticateUnion.MutationError object
Has errors for a mutation
AuthenticateUnion.AuthenticatePayload object
Returned by
ViewerAuthenticate mutation