// Code generated by github.com/99designs/gqlgen, DO NOT EDIT. package model type AuthUser struct { ID string `json:"id"` Email string `json:"email"` DisplayName string `json:"displayName"` RoleID int `json:"roleID"` } type Mutation struct { } type Query struct { }