Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrentUserType = graphql.NewObject(graphql.ObjectConfig{ Name: "CurrentUserType", Fields: graphql.Fields{ "id": &graphql.Field{ Description: "The id of the user.", Type: graphql.String, }, "username": &graphql.Field{ Description: "The username of the user.", Type: graphql.String, }, "jwt": &graphql.Field{ Description: "The current JWT of the user.", Type: graphql.String, }, }, })
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.