MCPcopy Create free account
hub / github.com/encoder-run/operator / unmarshalNString2string

Method unmarshalNString2string

pkg/graph/generated.go:9048–9051  ·  view source on GitHub ↗
(ctx context.Context, v interface{})

Source from the content-addressed store, hash-verified

9046}
9047
9048func (ec *executionContext) unmarshalNString2string(ctx context.Context, v interface{}) (string, error) {
9049 res, err := graphql.UnmarshalString(v)
9050 return res, graphql.ErrorOnPath(ctx, err)
9051}
9052
9053func (ec *executionContext) marshalNString2string(ctx context.Context, sel ast.SelectionSet, v string) graphql.Marshaler {
9054 res := graphql.MarshalString(v)

Calls

no outgoing calls

Tested by

no test coverage detected