@graphql-hive/cli 0.57.0-alpha-20251209195245-aa9767e34ba8c2b10aa4151da9c5ff05d0e4aa0f → 0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa
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.
- package/README.md +13 -13
- package/dist/gql/graphql.d.ts +5 -68
- package/dist/gql/graphql.d.ts.map +1 -1
- package/dist/gql/graphql.js.map +1 -1
- package/oclif.manifest.json +66 -66
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ DESCRIPTION
|
|
|
80
80
|
create an app deployment
|
|
81
81
|
```
|
|
82
82
|
|
|
83
|
-
_See code: [src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
83
|
+
_See code: [src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/app/create.ts)_
|
|
84
84
|
|
|
85
85
|
## `hive app:publish`
|
|
86
86
|
|
|
@@ -106,7 +106,7 @@ DESCRIPTION
|
|
|
106
106
|
publish an app deployment
|
|
107
107
|
```
|
|
108
108
|
|
|
109
|
-
_See code: [src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
109
|
+
_See code: [src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/app/publish.ts)_
|
|
110
110
|
|
|
111
111
|
## `hive app:retire`
|
|
112
112
|
|
|
@@ -132,7 +132,7 @@ DESCRIPTION
|
|
|
132
132
|
retire an app deployment
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
-
_See code: [src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
135
|
+
_See code: [src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/app/retire.ts)_
|
|
136
136
|
|
|
137
137
|
## `hive artifact:fetch`
|
|
138
138
|
|
|
@@ -155,7 +155,7 @@ DESCRIPTION
|
|
|
155
155
|
fetch artifacts from the CDN
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
158
|
+
_See code: [src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/artifact/fetch.ts)_
|
|
159
159
|
|
|
160
160
|
## `hive dev`
|
|
161
161
|
|
|
@@ -197,7 +197,7 @@ DESCRIPTION
|
|
|
197
197
|
Work in Progress: Please note that this command is still under development and may undergo changes in future releases
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
200
|
+
_See code: [src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/dev.ts)_
|
|
201
201
|
|
|
202
202
|
## `hive help [COMMAND]`
|
|
203
203
|
|
|
@@ -239,7 +239,7 @@ DESCRIPTION
|
|
|
239
239
|
introspects a GraphQL Schema
|
|
240
240
|
```
|
|
241
241
|
|
|
242
|
-
_See code: [src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
242
|
+
_See code: [src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/introspect.ts)_
|
|
243
243
|
|
|
244
244
|
## `hive operations:check FILE`
|
|
245
245
|
|
|
@@ -297,7 +297,7 @@ DESCRIPTION
|
|
|
297
297
|
checks operations against a published schema
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
300
|
+
_See code: [src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/operations/check.ts)_
|
|
301
301
|
|
|
302
302
|
## `hive proposal:create FILE`
|
|
303
303
|
|
|
@@ -338,7 +338,7 @@ DESCRIPTION
|
|
|
338
338
|
Proposes a schema change
|
|
339
339
|
```
|
|
340
340
|
|
|
341
|
-
_See code: [src/commands/proposal/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
341
|
+
_See code: [src/commands/proposal/create.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/proposal/create.ts)_
|
|
342
342
|
|
|
343
343
|
## `hive schema:check FILE`
|
|
344
344
|
|
|
@@ -382,7 +382,7 @@ DESCRIPTION
|
|
|
382
382
|
checks schema
|
|
383
383
|
```
|
|
384
384
|
|
|
385
|
-
_See code: [src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
385
|
+
_See code: [src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/schema/check.ts)_
|
|
386
386
|
|
|
387
387
|
## `hive schema:delete SERVICE`
|
|
388
388
|
|
|
@@ -413,7 +413,7 @@ DESCRIPTION
|
|
|
413
413
|
deletes a schema
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
416
|
+
_See code: [src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/schema/delete.ts)_
|
|
417
417
|
|
|
418
418
|
## `hive schema:fetch [COMMIT]`
|
|
419
419
|
|
|
@@ -445,7 +445,7 @@ DESCRIPTION
|
|
|
445
445
|
fetch a schema, supergraph, or list of subgraphs from the Hive API
|
|
446
446
|
```
|
|
447
447
|
|
|
448
|
-
_See code: [src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
448
|
+
_See code: [src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/schema/fetch.ts)_
|
|
449
449
|
|
|
450
450
|
## `hive schema:publish FILE`
|
|
451
451
|
|
|
@@ -488,7 +488,7 @@ DESCRIPTION
|
|
|
488
488
|
publishes schema
|
|
489
489
|
```
|
|
490
490
|
|
|
491
|
-
_See code: [src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
491
|
+
_See code: [src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/schema/publish.ts)_
|
|
492
492
|
|
|
493
493
|
## `hive update [CHANNEL]`
|
|
494
494
|
|
|
@@ -548,7 +548,7 @@ DESCRIPTION
|
|
|
548
548
|
shows information about the current token
|
|
549
549
|
```
|
|
550
550
|
|
|
551
|
-
_See code: [src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-
|
|
551
|
+
_See code: [src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.57.0-alpha-20251209232512-2dbdec0d7336c0f7e6235af7dc10f71085d62baa/src/commands/whoami.ts)_
|
|
552
552
|
<!-- commandsstop -->
|
|
553
553
|
|
|
554
554
|
## Configuration
|
package/dist/gql/graphql.d.ts
CHANGED
|
@@ -583,10 +583,6 @@ export type CodePosition = {
|
|
|
583
583
|
column: Scalars['Int']['output'];
|
|
584
584
|
line: Scalars['Int']['output'];
|
|
585
585
|
};
|
|
586
|
-
export type CommentOnSchemaProposalReviewInput = {
|
|
587
|
-
body: Scalars['String']['input'];
|
|
588
|
-
schemaProposalReviewId: Scalars['ID']['input'];
|
|
589
|
-
};
|
|
590
586
|
export type CompositeSchema = {
|
|
591
587
|
__typename?: 'CompositeSchema';
|
|
592
588
|
author: Scalars['String']['output'];
|
|
@@ -681,18 +677,6 @@ export type ContractCheck = {
|
|
|
681
677
|
schemaCompositionErrors?: Maybe<SchemaErrorConnection>;
|
|
682
678
|
supergraphSDL?: Maybe<Scalars['String']['output']>;
|
|
683
679
|
};
|
|
684
|
-
/** Schema check result for contracts */
|
|
685
|
-
export type ContractCheckBreakingSchemaChangesArgs = {
|
|
686
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
687
|
-
};
|
|
688
|
-
/** Schema check result for contracts */
|
|
689
|
-
export type ContractCheckSafeSchemaChangesArgs = {
|
|
690
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
691
|
-
};
|
|
692
|
-
/** Schema check result for contracts */
|
|
693
|
-
export type ContractCheckSchemaChangesArgs = {
|
|
694
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
695
|
-
};
|
|
696
680
|
export type ContractCheckConnection = {
|
|
697
681
|
__typename?: 'ContractCheckConnection';
|
|
698
682
|
edges: Array<ContractCheckEdge>;
|
|
@@ -737,15 +721,6 @@ export type ContractVersion = {
|
|
|
737
721
|
schemaCompositionErrors?: Maybe<SchemaErrorConnection>;
|
|
738
722
|
supergraphSDL?: Maybe<Scalars['String']['output']>;
|
|
739
723
|
};
|
|
740
|
-
export type ContractVersionBreakingSchemaChangesArgs = {
|
|
741
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
742
|
-
};
|
|
743
|
-
export type ContractVersionSafeSchemaChangesArgs = {
|
|
744
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
745
|
-
};
|
|
746
|
-
export type ContractVersionSchemaChangesArgs = {
|
|
747
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
748
|
-
};
|
|
749
724
|
export type ContractVersionConnection = {
|
|
750
725
|
__typename?: 'ContractVersionConnection';
|
|
751
726
|
edges: Array<ContractVersionEdge>;
|
|
@@ -1911,18 +1886,6 @@ export type FailedSchemaCheck = SchemaCheck & {
|
|
|
1911
1886
|
/** The URL of the schema check on the Hive Web App. */
|
|
1912
1887
|
webUrl?: Maybe<Scalars['String']['output']>;
|
|
1913
1888
|
};
|
|
1914
|
-
/** A failed schema check. */
|
|
1915
|
-
export type FailedSchemaCheckBreakingSchemaChangesArgs = {
|
|
1916
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1917
|
-
};
|
|
1918
|
-
/** A failed schema check. */
|
|
1919
|
-
export type FailedSchemaCheckSafeSchemaChangesArgs = {
|
|
1920
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1921
|
-
};
|
|
1922
|
-
/** A failed schema check. */
|
|
1923
|
-
export type FailedSchemaCheckSchemaChangesArgs = {
|
|
1924
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1925
|
-
};
|
|
1926
1889
|
export type FailuresOverTime = {
|
|
1927
1890
|
__typename?: 'FailuresOverTime';
|
|
1928
1891
|
date: Scalars['DateTime']['output'];
|
|
@@ -2763,7 +2726,7 @@ export type MutationLeaveOrganizationArgs = {
|
|
|
2763
2726
|
input: OrganizationSelectorInput;
|
|
2764
2727
|
};
|
|
2765
2728
|
export type MutationReplyToSchemaProposalReviewArgs = {
|
|
2766
|
-
input:
|
|
2729
|
+
input: ReplyToSchemaProposalReviewInput;
|
|
2767
2730
|
};
|
|
2768
2731
|
export type MutationRequestOrganizationTransferArgs = {
|
|
2769
2732
|
input: RequestOrganizationTransferInput;
|
|
@@ -3615,6 +3578,10 @@ export type ReplyToSchemaProposalReviewError = Error & {
|
|
|
3615
3578
|
__typename?: 'ReplyToSchemaProposalReviewError';
|
|
3616
3579
|
message: Scalars['String']['output'];
|
|
3617
3580
|
};
|
|
3581
|
+
export type ReplyToSchemaProposalReviewInput = {
|
|
3582
|
+
body: Scalars['String']['input'];
|
|
3583
|
+
schemaProposalReviewId: Scalars['ID']['input'];
|
|
3584
|
+
};
|
|
3618
3585
|
export type ReplyToSchemaProposalReviewOk = {
|
|
3619
3586
|
__typename?: 'ReplyToSchemaProposalReviewOk';
|
|
3620
3587
|
reply: SchemaProposalComment;
|
|
@@ -3908,15 +3875,6 @@ export type SchemaCheck = {
|
|
|
3908
3875
|
/** The URL of the schema check on the Hive Web App. */
|
|
3909
3876
|
webUrl?: Maybe<Scalars['String']['output']>;
|
|
3910
3877
|
};
|
|
3911
|
-
export type SchemaCheckBreakingSchemaChangesArgs = {
|
|
3912
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3913
|
-
};
|
|
3914
|
-
export type SchemaCheckSafeSchemaChangesArgs = {
|
|
3915
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3916
|
-
};
|
|
3917
|
-
export type SchemaCheckSchemaChangesArgs = {
|
|
3918
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3919
|
-
};
|
|
3920
3878
|
export type SchemaCheckConditionalBreakingChangeMetadata = {
|
|
3921
3879
|
__typename?: 'SchemaCheckConditionalBreakingChangeMetadata';
|
|
3922
3880
|
period: DateRange;
|
|
@@ -4509,21 +4467,12 @@ export type SchemaVersion = {
|
|
|
4509
4467
|
*/
|
|
4510
4468
|
valid: Scalars['Boolean']['output'];
|
|
4511
4469
|
};
|
|
4512
|
-
export type SchemaVersionBreakingSchemaChangesArgs = {
|
|
4513
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4514
|
-
};
|
|
4515
4470
|
export type SchemaVersionDeprecatedSchemaArgs = {
|
|
4516
4471
|
period?: InputMaybe<SchemaExplorerPeriodInput>;
|
|
4517
4472
|
};
|
|
4518
4473
|
export type SchemaVersionExplorerArgs = {
|
|
4519
4474
|
usage?: InputMaybe<SchemaExplorerUsageInput>;
|
|
4520
4475
|
};
|
|
4521
|
-
export type SchemaVersionSafeSchemaChangesArgs = {
|
|
4522
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4523
|
-
};
|
|
4524
|
-
export type SchemaVersionSchemaChangesArgs = {
|
|
4525
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4526
|
-
};
|
|
4527
4476
|
export type SchemaVersionUnusedSchemaArgs = {
|
|
4528
4477
|
period?: InputMaybe<SchemaExplorerPeriodInput>;
|
|
4529
4478
|
};
|
|
@@ -4667,18 +4616,6 @@ export type SuccessfulSchemaCheck = SchemaCheck & {
|
|
|
4667
4616
|
/** The URL of the schema check on the Hive Web App. */
|
|
4668
4617
|
webUrl?: Maybe<Scalars['String']['output']>;
|
|
4669
4618
|
};
|
|
4670
|
-
/** A successful schema check. */
|
|
4671
|
-
export type SuccessfulSchemaCheckBreakingSchemaChangesArgs = {
|
|
4672
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4673
|
-
};
|
|
4674
|
-
/** A successful schema check. */
|
|
4675
|
-
export type SuccessfulSchemaCheckSafeSchemaChangesArgs = {
|
|
4676
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4677
|
-
};
|
|
4678
|
-
/** A successful schema check. */
|
|
4679
|
-
export type SuccessfulSchemaCheckSchemaChangesArgs = {
|
|
4680
|
-
simplifyChanges?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4681
|
-
};
|
|
4682
4619
|
export type SupergraphMetadata = {
|
|
4683
4620
|
__typename?: 'SupergraphMetadata';
|
|
4684
4621
|
metadata?: Maybe<Array<SchemaMetadata>>;
|