added in graphql client
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
package model
|
||||
|
||||
type AuthUser struct {
|
||||
ID string `json:"id"`
|
||||
Email string `json:"email"`
|
||||
DisplayName string `json:"displayName"`
|
||||
RoleID int `json:"roleID"`
|
||||
}
|
||||
|
||||
type Mutation struct {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user