(ctx context.Context, sel ast.SelectionSet, v *string)
| 9432 | } |
| 9433 | |
| 9434 | func (ec *executionContext) marshalOString2ᚖstring(ctx context.Context, sel ast.SelectionSet, v *string) graphql.Marshaler { |
| 9435 | if v == nil { |
| 9436 | return graphql.Null |
| 9437 | } |
| 9438 | res := graphql.MarshalString(*v) |
| 9439 | return res |
| 9440 | } |
| 9441 | |
| 9442 | func (ec *executionContext) marshalO__EnumValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐEnumValueᚄ(ctx context.Context, sel ast.SelectionSet, v []introspection.EnumValue) graphql.Marshaler { |
| 9443 | if v == nil { |
no outgoing calls
no test coverage detected