@wundergraph/cosmo-connect 0.62.0 → 0.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -283,12 +283,6 @@ export declare class PublishFederatedSubgraphRequest extends Message<PublishFede
|
|
|
283
283
|
* @generated from field: repeated wg.cosmo.platform.v1.Label labels = 4;
|
|
284
284
|
*/
|
|
285
285
|
labels: Label[];
|
|
286
|
-
/**
|
|
287
|
-
* The headers are the headers which will be used to route the requests to the subgraph.
|
|
288
|
-
*
|
|
289
|
-
* @generated from field: repeated string headers = 5;
|
|
290
|
-
*/
|
|
291
|
-
headers: string[];
|
|
292
286
|
/**
|
|
293
287
|
* The subscription protocol to use when subscribing to this subgraph
|
|
294
288
|
*
|
|
@@ -511,12 +505,6 @@ export declare class CreateFederatedSubgraphRequest extends Message<CreateFedera
|
|
|
511
505
|
* @generated from field: repeated wg.cosmo.platform.v1.Label labels = 3;
|
|
512
506
|
*/
|
|
513
507
|
labels: Label[];
|
|
514
|
-
/**
|
|
515
|
-
* headers are the headers which will be used to route the requests to the subgraph.
|
|
516
|
-
*
|
|
517
|
-
* @generated from field: repeated string headers = 4;
|
|
518
|
-
*/
|
|
519
|
-
headers: string[];
|
|
520
508
|
/**
|
|
521
509
|
* subscription protocol to use when subscribing to this subgraph
|
|
522
510
|
*
|
|
@@ -394,12 +394,6 @@ export class PublishFederatedSubgraphRequest extends Message {
|
|
|
394
394
|
* @generated from field: repeated wg.cosmo.platform.v1.Label labels = 4;
|
|
395
395
|
*/
|
|
396
396
|
labels = [];
|
|
397
|
-
/**
|
|
398
|
-
* The headers are the headers which will be used to route the requests to the subgraph.
|
|
399
|
-
*
|
|
400
|
-
* @generated from field: repeated string headers = 5;
|
|
401
|
-
*/
|
|
402
|
-
headers = [];
|
|
403
397
|
/**
|
|
404
398
|
* The subscription protocol to use when subscribing to this subgraph
|
|
405
399
|
*
|
|
@@ -435,7 +429,6 @@ export class PublishFederatedSubgraphRequest extends Message {
|
|
|
435
429
|
{ no: 2, name: "schema", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
436
430
|
{ no: 3, name: "routing_url", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
437
431
|
{ no: 4, name: "labels", kind: "message", T: Label, repeated: true },
|
|
438
|
-
{ no: 5, name: "headers", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
439
432
|
{ no: 6, name: "subscription_protocol", kind: "enum", T: proto3.getEnumType(GraphQLSubscriptionProtocol), opt: true },
|
|
440
433
|
{ no: 7, name: "subscription_url", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
441
434
|
{ no: 8, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
@@ -724,12 +717,6 @@ export class CreateFederatedSubgraphRequest extends Message {
|
|
|
724
717
|
* @generated from field: repeated wg.cosmo.platform.v1.Label labels = 3;
|
|
725
718
|
*/
|
|
726
719
|
labels = [];
|
|
727
|
-
/**
|
|
728
|
-
* headers are the headers which will be used to route the requests to the subgraph.
|
|
729
|
-
*
|
|
730
|
-
* @generated from field: repeated string headers = 4;
|
|
731
|
-
*/
|
|
732
|
-
headers = [];
|
|
733
720
|
/**
|
|
734
721
|
* subscription protocol to use when subscribing to this subgraph
|
|
735
722
|
*
|
|
@@ -762,7 +749,6 @@ export class CreateFederatedSubgraphRequest extends Message {
|
|
|
762
749
|
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
763
750
|
{ no: 2, name: "routing_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
764
751
|
{ no: 3, name: "labels", kind: "message", T: Label, repeated: true },
|
|
765
|
-
{ no: 4, name: "headers", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
766
752
|
{ no: 5, name: "subscription_protocol", kind: "enum", T: proto3.getEnumType(GraphQLSubscriptionProtocol), opt: true },
|
|
767
753
|
{ no: 6, name: "subscription_url", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
768
754
|
{ no: 7, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|