(ctx context.Context, rawArgs map[string]interface{})
| 931 | } |
| 932 | |
| 933 | func (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 | |
| 948 | func (ec *executionContext) field_Mutation_addPipelineDeployment_args(ctx context.Context, rawArgs map[string]interface{}) (map[string]interface{}, error) { |
| 949 | var err error |
no test coverage detected