mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 07:55:06 +01:00 
			
		
		
		
	Fix exclusive to shared in svlete and graphql
This commit is contained in:
		| @@ -2741,7 +2741,7 @@ input JobFilter { | ||||
|   startTime: TimeRange | ||||
|   state: [JobState!] | ||||
|   metricStats: [MetricStatItem!] | ||||
|   shared: StringInput | ||||
|   shared: String | ||||
|   node: StringInput | ||||
| } | ||||
|  | ||||
| @@ -16490,7 +16490,7 @@ func (ec *executionContext) unmarshalInputJobFilter(ctx context.Context, obj any | ||||
| 			it.MetricStats = data | ||||
| 		case "shared": | ||||
| 			ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("shared")) | ||||
| 			data, err := ec.unmarshalOStringInput2ᚖgithubᚗcomᚋClusterCockpitᚋccᚑbackendᚋinternalᚋgraphᚋmodelᚐStringInput(ctx, v) | ||||
| 			data, err := ec.unmarshalOString2ᚖstring(ctx, v) | ||||
| 			if err != nil { | ||||
| 				return it, err | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user