diff --git a/src/graphql/queries.js b/src/graphql/queries.js index c703538ef..ce79036c2 100644 --- a/src/graphql/queries.js +++ b/src/graphql/queries.js @@ -243,13 +243,13 @@ fragment WorkflowTreeAddedData on Added { workflow { ...WorkflowData } - cyclePoints: familyProxies (ids: ["*/root"], ghosts: true) { + cyclePoints: familyProxies (ids: ["*/root"]) { ...CyclePointData } - familyProxies (exids: ["*/root"], sort: { keys: ["name"] }, ghosts: true) { + familyProxies (exids: ["*/root"], sort: { keys: ["name"] }) { ...FamilyProxyData } - taskProxies (sort: { keys: ["cyclePoint"], reverse: false }, ghosts: true) { + taskProxies (sort: { keys: ["cyclePoint"], reverse: false }) { ...TaskProxyData } jobs (sort: { keys: ["submit_num"], reverse:true }) { @@ -258,13 +258,13 @@ fragment WorkflowTreeAddedData on Added { } fragment WorkflowTreeUpdatedData on Updated { - taskProxies (ghosts: true) { + taskProxies { ...TaskProxyData } jobs { ...JobData } - familyProxies (exids: ["*/root"], ghosts: true) { + familyProxies (exids: ["*/root"]) { ...FamilyProxyData } } @@ -323,7 +323,7 @@ fragment WorkflowTableAddedData on Added { workflow { ...WorkflowData } - taskProxies(sort: {keys: ["cyclePoint"], reverse: false}, ghosts: true) { + taskProxies(sort: {keys: ["cyclePoint"], reverse: false}) { ...TaskProxyData } jobs(sort: {keys: ["submit_num"], reverse: true}) { @@ -332,7 +332,7 @@ fragment WorkflowTableAddedData on Added { } fragment WorkflowTableUpdatedData on Updated { - taskProxies(ghosts: true) { + taskProxies { ...TaskProxyData } jobs { diff --git a/src/services/mock/json/IntrospectionQuery.json b/src/services/mock/json/IntrospectionQuery.json index 3bff1548b..4708a4479 100644 --- a/src/services/mock/json/IntrospectionQuery.json +++ b/src/services/mock/json/IntrospectionQuery.json @@ -691,18 +691,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -1121,18 +1109,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -1417,18 +1393,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -3479,18 +3443,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -3909,18 +3861,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -4205,18 +4145,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -4753,18 +4681,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -4949,18 +4865,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -5448,18 +5352,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -6090,18 +5982,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -7201,18 +7081,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -7397,18 +7265,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -7588,18 +7444,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -8920,18 +8764,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -9116,18 +8948,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -9312,18 +9132,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -9503,18 +9311,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -9772,18 +9568,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": "A flag that when enabled strips out those fields not set in the protobuf object. And when this flag is disabled the default values of Protobuf fields are provided (boolean=false, list=[], string=\"\".", @@ -13821,18 +13605,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "true", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": null, @@ -14070,18 +13842,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "true", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": null, @@ -14455,18 +14215,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "true", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": null, @@ -14704,18 +14452,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "true", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": null, @@ -15096,18 +14832,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "true", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": null, @@ -15575,18 +15299,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "true", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": null, @@ -16033,18 +15745,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "true", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": null, @@ -16578,18 +16278,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": null, @@ -17036,18 +16724,6 @@ "defaultValue": null, "__typename": "__InputValue" }, - { - "name": "ghosts", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "stripNull", "description": null,