(ctx context.Context, sel ast.SelectionSet, v bool)
| 9327 | } |
| 9328 | |
| 9329 | func (ec *executionContext) marshalOBoolean2bool(ctx context.Context, sel ast.SelectionSet, v bool) graphql.Marshaler { |
| 9330 | res := graphql.MarshalBoolean(v) |
| 9331 | return res |
| 9332 | } |
| 9333 | |
| 9334 | func (ec *executionContext) unmarshalOBoolean2ᚖbool(ctx context.Context, v interface{}) (*bool, error) { |
| 9335 | if v == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected