OBJECT
User
The User type
link GraphQL Schema definition
- type User implements Node, Timestamped {
- # An automatically managed timestamp that is set every time a user logs in.
- DateTime! :
- # When paired with the Node interface, this is an automatically managed
- #
- # timestamp that is set when an object is first created.
- DateTime! :
- String :
- # A list of roles in which this user is enrolled
- #
- # Arguments
- # where: [Not documented]
- # orderBy: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- # last: [Not documented]
- # before: [Not documented]
- (
- RoleWhereArgs, :
- RoleOrderByArgs], : [
- Int, :
- String, :
- Int, :
- String :
- ): UserRolesConnection
- # A globally unique ID.
- ID! :
- # When paired with the Node interface, this is an automatically managed
- #
- # timestamp that is set whenever an object is mutated.
- DateTime! :
- # The user's username.
- String! :
- }
link Require by
- ChangeUserPasswordPayloadnull
- CreateUserPayloadnull
- DeleteUserPayloadnull
- LoginUserPayloadnull
- Querynull
- RoleMembersEdgeAn edge wraps a node and a cursor. Edges are returned by Connection types as a standard way to paginate through connection values.
- UpdateUserPayloadnull
- UserEdgeAn edge wraps a node and a cursor. Edges are returned by Connection types as a standard way to paginate through connection values.
- UserRolesThe UserRoles type
- UserSubscriptionPayloadA payload wrapper for mutation operations.
- Viewernull