Skip to main content

UserAuth

This is a user-auth table

type UserAuth implements Node {
id: ID!
name: String
type: String!
token: String!
createdAt: GQLTDate!
updatedAt: GQLTDate!
userId: ID
user: User
}

Fields#

id (ID!)#

The ID of an object

name (String)#

This is the name of user auth that will be displayed.

type (String!)#

This is the selection of user authentication

token (String!)#

This is the token that is being generated for every user type and user.

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

userId (ID)#

The ID of an object

user (User)#

Interfaces#

Node#

An object with an ID