Skip to main content

UserAuthRequiredInput

No description

type UserAuthRequiredInput {
id: ID
name: String
type: String!
token: String!
createdAt: GQLTDate
updatedAt: GQLTDate
userId: ID
user: UserAuthUserBelongsToInput
}

Fields#

id (ID)#

This a primary key for UserAuth

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)#

This a primary key for UserAuth

user (UserAuthUserBelongsToInput)#

This is the mutation object for UserAuthUserBelongsTo