rano/graph/model/models_gen.go

17 lines
297 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 {
ID string `json:"id"`
Email string `json:"email"`
DisplayName string `json:"displayName"`
RoleID int `json:"roleID"`
}
2024-11-01 19:55:30 +05:30
type Mutation struct {
}
type Query struct {
}