MCPcopy Create free account
hub / github.com/encoder-run/operator / marshalOString2ᚖstring

Method marshalOString2ᚖstring

pkg/graph/generated.go:9434–9440  ·  view source on GitHub ↗
(ctx context.Context, sel ast.SelectionSet, v *string)

Source from the content-addressed store, hash-verified

9432}
9433
9434func (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
9442func (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 {

Calls

no outgoing calls

Tested by

no test coverage detected