1 // Code generated by github.com/99designs/gqlgen, DO NOT EDIT. 2 3 package out_omit_resolver_fields 4 5 type Base struct { 6 StandardField string `json:"StandardField" database:"BaseStandardField"` 7 } 8 9 type Query struct { 10 } 11
View as plain text