OBJECT
Role
The Role type
link GraphQL Schema definition
- type Role implements Node, Timestamped {
- # The user`s belonging to this role
- #
- # Arguments
- # where: [Not documented]
- # orderBy: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- # last: [Not documented]
- # before: [Not documented]
- (
- : UserWhereArgs,
- : [UserOrderByArgs],
- : Int,
- : String,
- : Int,
- : String
- ): RoleMembersConnection
- # 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 name of the role.
- : String!
- # When paired with the Node interface, this is an automatically managed
- #
- # timestamp that is set when an object is first created.
- : DateTime!
- }
link Require by
- CreateRolePayloadnull
- DeleteRolePayloadnull
- PermissionA scaphold type permission.
- Querynull
- RoleEdgeAn edge wraps a node and a cursor. Edges are returned by Connection types as a standard way to paginate through connection values.
- RoleSubscriptionPayloadA payload wrapper for mutation operations.
- UpdateRolePayloadnull
- UserRolesThe UserRoles type
- UserRolesEdgeAn edge wraps a node and a cursor. Edges are returned by Connection types as a standard way to paginate through connection values.