rano/graph/model/models_gen.go

17 lines
270 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 {
2024-11-17 16:58:29 +00:00
ID string `json:"id"`
Email string `json:"email"`
Name string `json:"name"`
RoleID int `json:"roleID"`
2024-11-01 17:49:56 +00:00
}
2024-11-01 14:25:30 +00:00
type Mutation struct {
}
type Query struct {
}