OBJECT

User

Definition of the User type

link GraphQL Schema definition

  • type User {
  • # Unique identifier of the folder
  • id: ID!
  • # Email of the user
  • email: String!
  • # Full name of the user
  • full_name: String!
  • }