rano/graph/model/models_gen.go

17 lines
270 B
Go
Raw Normal View History

2024-11-01 19:55:30 +05:30
// Code generated by github.com/99designs/gqlgen, DO NOT EDIT.
package model
2024-11-01 23:19:56 +05:30
type AuthUser struct {
2024-11-17 22:28:29 +05:30
ID string `json:"id"`
Email string `json:"email"`
Name string `json:"name"`
RoleID int `json:"roleID"`
2024-11-01 23:19:56 +05:30
}
2024-11-01 19:55:30 +05:30
type Mutation struct {
}
type Query struct {
}