AdminMeta is the resolver for the _admin_meta field.
(ctx context.Context)
| 239 | |
| 240 | // AdminMeta is the resolver for the _admin_meta field. |
| 241 | func (r *queryResolver) AdminMeta(ctx context.Context) (*model.AdminMeta, error) { |
| 242 | return r.GraphQLProvider.AdminMeta(ctx) |
| 243 | } |
| 244 | |
| 245 | // Env is the resolver for the _env field. |
| 246 | func (r *queryResolver) Env(ctx context.Context) (*model.Env, error) { |