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

Method field_Mutation_addModel_args

pkg/graph/generated.go:933–946  ·  view source on GitHub ↗
(ctx context.Context, rawArgs map[string]interface{})

Source from the content-addressed store, hash-verified

931}
932
933func (ec *executionContext) field_Mutation_addModel_args(ctx context.Context, rawArgs map[string]interface{}) (map[string]interface{}, error) {
934 var err error
935 args := map[string]interface{}{}
936 var arg0 model.AddModelInput
937 if tmp, ok := rawArgs["input"]; ok {
938 ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("input"))
939 arg0, err = ec.unmarshalNAddModelInput2githubᚗcomᚋencoderᚑrunᚋoperatorᚋpkgᚋgraphᚋmodelᚐAddModelInput(ctx, tmp)
940 if err != nil {
941 return nil, err
942 }
943 }
944 args["input"] = arg0
945 return args, nil
946}
947
948func (ec *executionContext) field_Mutation_addPipelineDeployment_args(ctx context.Context, rawArgs map[string]interface{}) (map[string]interface{}, error) {
949 var err error

Callers 2

ComplexityMethod · 0.95

Tested by

no test coverage detected