OBJECT
OrgUser
link GraphQL Schema definition
- type OrgUser implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- ID! :
- UUID! :
- UUID :
- Boolean :
- Datetime :
- String :
- String :
- String :
- String :
- String :
- String :
- # Reads a single `Organization` that is related to this `OrgUser`.
- Organization :
- }
link Require by
- DeleteOrgUserPayloadThe output of our delete `OrgUser` mutation.
- OrgUsersConnectionA connection to a list of `OrgUser` values.
- OrgUsersEdgeA `OrgUser` edge in the connection.
- QueryThe root query type which gives access points into the data universe.
- RegisterUserPayloadThe output of our `registerUser` mutation.
- UpdateOrgUserPayloadThe output of our update `OrgUser` mutation.