OBJECT
CreateUserPayload
link GraphQL Schema definition
- type CreateUserPayload {
- # The user's authentication token. Embed this under the
- #
- # 'Authorization' header with the format 'Bearer
' - #
- String :
- # The mutated User.
- User :
- # An edge containing the mutated User. Use this to update your client side cache.
- UserEdge :
- # A view port into your application.
- Viewer :
- # An opaque string used by frontend frameworks like relay to track requests and
- # responses.
- String :
- }