rano/graph/model/models_gen.go

17 lines
297 B
Go
Raw Normal View History

2024-11-01 14:25:30 +00:00
// Code generated by github.com/99designs/gqlgen, DO NOT EDIT.
package model
2024-11-01 17:49:56 +00:00
type AuthUser struct {
ID string `json:"id"`
Email string `json:"email"`
DisplayName string `json:"displayName"`
RoleID int `json:"roleID"`
}
2024-11-01 14:25:30 +00:00
type Mutation struct {
}
type Query struct {
}