AdminSession is the resolver for the _admin_session field.
(ctx context.Context)
| 234 | |
| 235 | // AdminSession is the resolver for the _admin_session field. |
| 236 | func (r *queryResolver) AdminSession(ctx context.Context) (*model.Response, error) { |
| 237 | return r.GraphQLProvider.AdminSession(ctx) |
| 238 | } |
| 239 | |
| 240 | // AdminMeta is the resolver for the _admin_meta field. |
| 241 | func (r *queryResolver) AdminMeta(ctx context.Context) (*model.AdminMeta, error) { |
nothing calls this directly
no test coverage detected