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

Method unmarshalNID2string

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

Source from the content-addressed store, hash-verified

8587}
8588
8589func (ec *executionContext) unmarshalNID2string(ctx context.Context, v interface{}) (string, error) {
8590 res, err := graphql.UnmarshalID(v)
8591 return res, graphql.ErrorOnPath(ctx, err)
8592}
8593
8594func (ec *executionContext) marshalNID2string(ctx context.Context, sel ast.SelectionSet, v string) graphql.Marshaler {
8595 res := graphql.MarshalID(v)

Calls

no outgoing calls

Tested by

no test coverage detected