@ghx-dev/core 0.2.0 → 0.2.2
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/.claude-plugin/plugin.json +2 -2
- package/README.md +68 -224
- package/dist/cards/issue.assignees.add.yaml +1 -0
- package/dist/cards/issue.assignees.remove.yaml +1 -0
- package/dist/cards/issue.assignees.set.yaml +1 -0
- package/dist/cards/issue.close.yaml +1 -0
- package/dist/cards/issue.comments.create.yaml +1 -0
- package/dist/cards/issue.comments.list.yaml +1 -0
- package/dist/cards/issue.create.yaml +1 -0
- package/dist/cards/issue.delete.yaml +1 -0
- package/dist/cards/issue.labels.add.yaml +1 -0
- package/dist/cards/issue.labels.remove.yaml +1 -0
- package/dist/cards/issue.labels.set.yaml +1 -0
- package/dist/cards/issue.list.yaml +1 -0
- package/dist/cards/issue.milestone.clear.yaml +1 -0
- package/dist/cards/issue.milestone.set.yaml +1 -0
- package/dist/cards/issue.relations.blocked_by.add.yaml +1 -0
- package/dist/cards/issue.relations.blocked_by.remove.yaml +1 -0
- package/dist/cards/issue.relations.parent.remove.yaml +1 -0
- package/dist/cards/issue.relations.parent.set.yaml +1 -0
- package/dist/cards/issue.relations.prs.list.yaml +1 -0
- package/dist/cards/issue.relations.view.yaml +1 -0
- package/dist/cards/issue.reopen.yaml +1 -0
- package/dist/cards/issue.update.yaml +1 -0
- package/dist/cards/issue.view.yaml +1 -0
- package/dist/cards/pr.assignees.add.yaml +6 -2
- package/dist/cards/pr.assignees.remove.yaml +6 -2
- package/dist/cards/pr.branch.update.yaml +6 -2
- package/dist/cards/pr.create.yaml +7 -3
- package/dist/cards/pr.diff.files.yaml +1 -0
- package/dist/cards/pr.list.yaml +1 -0
- package/dist/cards/pr.merge.status.yaml +1 -0
- package/dist/cards/pr.merge.yaml +9 -3
- package/dist/cards/pr.reviews.list.yaml +1 -0
- package/dist/cards/pr.reviews.request.yaml +6 -3
- package/dist/cards/pr.reviews.submit.yaml +1 -0
- package/dist/cards/pr.threads.list.yaml +1 -0
- package/dist/cards/pr.threads.reply.yaml +1 -0
- package/dist/cards/pr.threads.resolve.yaml +1 -0
- package/dist/cards/pr.threads.unresolve.yaml +1 -0
- package/dist/cards/pr.update.yaml +7 -2
- package/dist/cards/pr.view.yaml +1 -0
- package/dist/cards/project_v2.fields.list.yaml +18 -2
- package/dist/cards/project_v2.items.field.update.yaml +8 -5
- package/dist/cards/project_v2.items.issue.add.yaml +9 -5
- package/dist/cards/project_v2.items.issue.remove.yaml +8 -5
- package/dist/cards/project_v2.items.list.yaml +8 -2
- package/dist/cards/project_v2.org.view.yaml +6 -2
- package/dist/cards/project_v2.user.view.yaml +6 -2
- package/dist/cards/release.list.yaml +8 -3
- package/dist/cards/release.view.yaml +8 -4
- package/dist/cards/repo.issue_types.list.yaml +7 -3
- package/dist/cards/repo.labels.list.yaml +7 -2
- package/dist/cards/repo.view.yaml +1 -0
- package/dist/chunk-7HUKYNI2.js +536 -0
- package/dist/chunk-7HUKYNI2.js.map +1 -0
- package/dist/{chunk-HEHONZTO.js → chunk-C2KRRSSX.js} +1 -1
- package/dist/chunk-C2KRRSSX.js.map +1 -0
- package/dist/chunk-GQO6BHJV.js +98 -0
- package/dist/chunk-GQO6BHJV.js.map +1 -0
- package/dist/chunk-H7CLZHRO.js +280 -0
- package/dist/chunk-H7CLZHRO.js.map +1 -0
- package/dist/chunk-NQ53ETYV.js +128 -0
- package/dist/chunk-NQ53ETYV.js.map +1 -0
- package/dist/{chunk-BIWBJA2F.js → chunk-OQWLEFAH.js} +220 -12
- package/dist/chunk-OQWLEFAH.js.map +1 -0
- package/dist/{chunk-Q7RCIK2C.js → chunk-Q2NW7DJE.js} +167 -62
- package/dist/chunk-Q2NW7DJE.js.map +1 -0
- package/dist/{pr-queries-UOEOXIJQ.js → chunk-QRHKAMRY.js} +11 -131
- package/dist/chunk-QRHKAMRY.js.map +1 -0
- package/dist/{chunk-3P3KHWFU.js → chunk-T3L2VDOS.js} +1080 -727
- package/dist/chunk-T3L2VDOS.js.map +1 -0
- package/dist/{issue-queries-GRA4MKPD.js → chunk-TGL33GEA.js} +7 -83
- package/dist/chunk-TGL33GEA.js.map +1 -0
- package/dist/chunk-ZGBVX2VG.js +32 -0
- package/dist/chunk-ZGBVX2VG.js.map +1 -0
- package/dist/cli/index.js +80 -15
- package/dist/cli/index.js.map +1 -1
- package/dist/core/registry/cards/issue.assignees.add.yaml +1 -0
- package/dist/core/registry/cards/issue.assignees.remove.yaml +1 -0
- package/dist/core/registry/cards/issue.assignees.set.yaml +1 -0
- package/dist/core/registry/cards/issue.close.yaml +1 -0
- package/dist/core/registry/cards/issue.comments.create.yaml +1 -0
- package/dist/core/registry/cards/issue.comments.list.yaml +1 -0
- package/dist/core/registry/cards/issue.create.yaml +1 -0
- package/dist/core/registry/cards/issue.delete.yaml +1 -0
- package/dist/core/registry/cards/issue.labels.add.yaml +1 -0
- package/dist/core/registry/cards/issue.labels.remove.yaml +1 -0
- package/dist/core/registry/cards/issue.labels.set.yaml +1 -0
- package/dist/core/registry/cards/issue.list.yaml +1 -0
- package/dist/core/registry/cards/issue.milestone.clear.yaml +1 -0
- package/dist/core/registry/cards/issue.milestone.set.yaml +1 -0
- package/dist/core/registry/cards/issue.relations.blocked_by.add.yaml +1 -0
- package/dist/core/registry/cards/issue.relations.blocked_by.remove.yaml +1 -0
- package/dist/core/registry/cards/issue.relations.parent.remove.yaml +1 -0
- package/dist/core/registry/cards/issue.relations.parent.set.yaml +1 -0
- package/dist/core/registry/cards/issue.relations.prs.list.yaml +1 -0
- package/dist/core/registry/cards/issue.relations.view.yaml +1 -0
- package/dist/core/registry/cards/issue.reopen.yaml +1 -0
- package/dist/core/registry/cards/issue.update.yaml +1 -0
- package/dist/core/registry/cards/issue.view.yaml +1 -0
- package/dist/core/registry/cards/pr.assignees.add.yaml +6 -2
- package/dist/core/registry/cards/pr.assignees.remove.yaml +6 -2
- package/dist/core/registry/cards/pr.branch.update.yaml +6 -2
- package/dist/core/registry/cards/pr.create.yaml +7 -3
- package/dist/core/registry/cards/pr.diff.files.yaml +1 -0
- package/dist/core/registry/cards/pr.list.yaml +1 -0
- package/dist/core/registry/cards/pr.merge.status.yaml +1 -0
- package/dist/core/registry/cards/pr.merge.yaml +9 -3
- package/dist/core/registry/cards/pr.reviews.list.yaml +1 -0
- package/dist/core/registry/cards/pr.reviews.request.yaml +6 -3
- package/dist/core/registry/cards/pr.reviews.submit.yaml +1 -0
- package/dist/core/registry/cards/pr.threads.list.yaml +1 -0
- package/dist/core/registry/cards/pr.threads.reply.yaml +1 -0
- package/dist/core/registry/cards/pr.threads.resolve.yaml +1 -0
- package/dist/core/registry/cards/pr.threads.unresolve.yaml +1 -0
- package/dist/core/registry/cards/pr.update.yaml +7 -2
- package/dist/core/registry/cards/pr.view.yaml +1 -0
- package/dist/core/registry/cards/project_v2.fields.list.yaml +18 -2
- package/dist/core/registry/cards/project_v2.items.field.update.yaml +8 -5
- package/dist/core/registry/cards/project_v2.items.issue.add.yaml +9 -5
- package/dist/core/registry/cards/project_v2.items.issue.remove.yaml +8 -5
- package/dist/core/registry/cards/project_v2.items.list.yaml +8 -2
- package/dist/core/registry/cards/project_v2.org.view.yaml +6 -2
- package/dist/core/registry/cards/project_v2.user.view.yaml +6 -2
- package/dist/core/registry/cards/release.list.yaml +8 -3
- package/dist/core/registry/cards/release.view.yaml +8 -4
- package/dist/core/registry/cards/repo.issue_types.list.yaml +7 -3
- package/dist/core/registry/cards/repo.labels.list.yaml +7 -2
- package/dist/core/registry/cards/repo.view.yaml +1 -0
- package/dist/index.d.ts +457 -0
- package/dist/index.js +12 -4
- package/dist/index.js.map +1 -1
- package/dist/{issue-mutations-FJNZW7L5.js → issue-mutations-DIWPF3JH.js} +98 -121
- package/dist/issue-mutations-DIWPF3JH.js.map +1 -0
- package/dist/issue-queries-YQL65J7X.js +93 -0
- package/dist/issue-queries-YQL65J7X.js.map +1 -0
- package/dist/{pr-mutations-UG67YOF5.js → pr-mutations-BVHDCAPR.js} +235 -95
- package/dist/pr-mutations-BVHDCAPR.js.map +1 -0
- package/dist/pr-queries-NUL2UZJB.js +143 -0
- package/dist/pr-queries-NUL2UZJB.js.map +1 -0
- package/dist/project-3ZSPVIOC.js +429 -0
- package/dist/project-3ZSPVIOC.js.map +1 -0
- package/dist/release-IQCWD655.js +57 -0
- package/dist/release-IQCWD655.js.map +1 -0
- package/dist/repo-JF47JAZG.js +82 -0
- package/dist/repo-JF47JAZG.js.map +1 -0
- package/package.json +9 -9
- package/skills/using-ghx/SKILL.md +78 -10
- package/dist/chunk-3P3KHWFU.js.map +0 -1
- package/dist/chunk-BIWBJA2F.js.map +0 -1
- package/dist/chunk-HEHONZTO.js.map +0 -1
- package/dist/chunk-Q7RCIK2C.js.map +0 -1
- package/dist/chunk-TDABI6C7.js +0 -167
- package/dist/chunk-TDABI6C7.js.map +0 -1
- package/dist/issue-mutations-FJNZW7L5.js.map +0 -1
- package/dist/issue-queries-GRA4MKPD.js.map +0 -1
- package/dist/pr-mutations-UG67YOF5.js.map +0 -1
- package/dist/pr-queries-UOEOXIJQ.js.map +0 -1
- package/dist/repo-JDUHFPZF.js +0 -66
- package/dist/repo-JDUHFPZF.js.map +0 -1
|
@@ -23,7 +23,11 @@ output_schema:
|
|
|
23
23
|
items: { type: string }
|
|
24
24
|
additionalProperties: false
|
|
25
25
|
routing:
|
|
26
|
-
preferred:
|
|
27
|
-
fallbacks: []
|
|
26
|
+
preferred: graphql
|
|
27
|
+
fallbacks: [cli]
|
|
28
|
+
graphql:
|
|
29
|
+
operationName: PrAssigneesAdd
|
|
30
|
+
operationType: mutation
|
|
31
|
+
documentPath: src/gql/operations/pr-assignees-add.graphql
|
|
28
32
|
cli:
|
|
29
33
|
command: pr edit
|
|
@@ -23,7 +23,11 @@ output_schema:
|
|
|
23
23
|
items: { type: string }
|
|
24
24
|
additionalProperties: false
|
|
25
25
|
routing:
|
|
26
|
-
preferred:
|
|
27
|
-
fallbacks: []
|
|
26
|
+
preferred: graphql
|
|
27
|
+
fallbacks: [cli]
|
|
28
|
+
graphql:
|
|
29
|
+
operationName: PrAssigneesRemove
|
|
30
|
+
operationType: mutation
|
|
31
|
+
documentPath: src/gql/operations/pr-assignees-remove.graphql
|
|
28
32
|
cli:
|
|
29
33
|
command: pr edit
|
|
@@ -17,7 +17,11 @@ output_schema:
|
|
|
17
17
|
updated: { type: boolean }
|
|
18
18
|
additionalProperties: false
|
|
19
19
|
routing:
|
|
20
|
-
preferred:
|
|
21
|
-
fallbacks: []
|
|
20
|
+
preferred: graphql
|
|
21
|
+
fallbacks: [cli]
|
|
22
|
+
graphql:
|
|
23
|
+
operationName: PrBranchUpdate
|
|
24
|
+
operationType: mutation
|
|
25
|
+
documentPath: src/gql/operations/pr-branch-update.graphql
|
|
22
26
|
cli:
|
|
23
27
|
command: pr update-branch
|
|
@@ -3,7 +3,7 @@ version: "1.0.0"
|
|
|
3
3
|
description: Create a pull request.
|
|
4
4
|
input_schema:
|
|
5
5
|
type: object
|
|
6
|
-
required: [owner, name, title, head]
|
|
6
|
+
required: [owner, name, title, head, base]
|
|
7
7
|
properties:
|
|
8
8
|
owner: { type: string, minLength: 1 }
|
|
9
9
|
name: { type: string, minLength: 1 }
|
|
@@ -24,7 +24,11 @@ output_schema:
|
|
|
24
24
|
draft: { type: boolean }
|
|
25
25
|
additionalProperties: false
|
|
26
26
|
routing:
|
|
27
|
-
preferred:
|
|
28
|
-
fallbacks: []
|
|
27
|
+
preferred: graphql
|
|
28
|
+
fallbacks: [cli]
|
|
29
|
+
graphql:
|
|
30
|
+
operationName: PrCreate
|
|
31
|
+
operationType: mutation
|
|
32
|
+
documentPath: src/gql/operations/pr-create.graphql
|
|
29
33
|
cli:
|
|
30
34
|
command: pr create
|
|
@@ -15,15 +15,21 @@ input_schema:
|
|
|
15
15
|
additionalProperties: false
|
|
16
16
|
output_schema:
|
|
17
17
|
type: object
|
|
18
|
-
required: [prNumber, method, queued, deleteBranch]
|
|
18
|
+
required: [prNumber, method, isMethodAssumed, queued, deleteBranch]
|
|
19
19
|
properties:
|
|
20
20
|
prNumber: { type: integer, minimum: 1 }
|
|
21
21
|
method: { type: string, enum: [merge, squash, rebase] }
|
|
22
|
+
isMethodAssumed: { type: boolean, description: "true when method was not specified by the caller and defaults to merge" }
|
|
22
23
|
queued: { type: boolean }
|
|
23
24
|
deleteBranch: { type: boolean }
|
|
24
25
|
additionalProperties: false
|
|
25
26
|
routing:
|
|
26
|
-
preferred:
|
|
27
|
-
fallbacks: []
|
|
27
|
+
preferred: graphql
|
|
28
|
+
fallbacks: [cli]
|
|
29
|
+
graphql:
|
|
30
|
+
# GQL limitation: deleteBranch: true unsupported, triggers CLI fallback
|
|
31
|
+
operationName: PrMerge
|
|
32
|
+
operationType: mutation
|
|
33
|
+
documentPath: src/gql/operations/pr-merge.graphql
|
|
28
34
|
cli:
|
|
29
35
|
command: pr merge
|
|
@@ -20,12 +20,15 @@ output_schema:
|
|
|
20
20
|
prNumber: { type: integer, minimum: 1 }
|
|
21
21
|
reviewers:
|
|
22
22
|
type: array
|
|
23
|
-
minItems: 1
|
|
24
23
|
items: { type: string, minLength: 1 }
|
|
25
24
|
updated: { type: boolean }
|
|
26
25
|
additionalProperties: false
|
|
27
26
|
routing:
|
|
28
|
-
preferred:
|
|
29
|
-
fallbacks: []
|
|
27
|
+
preferred: graphql
|
|
28
|
+
fallbacks: [cli]
|
|
29
|
+
graphql:
|
|
30
|
+
operationName: PrReviewsRequest
|
|
31
|
+
operationType: mutation
|
|
32
|
+
documentPath: src/gql/operations/pr-reviews-request.graphql
|
|
30
33
|
cli:
|
|
31
34
|
command: pr edit
|
|
@@ -23,7 +23,12 @@ output_schema:
|
|
|
23
23
|
draft: { type: boolean }
|
|
24
24
|
additionalProperties: false
|
|
25
25
|
routing:
|
|
26
|
-
preferred:
|
|
27
|
-
fallbacks: []
|
|
26
|
+
preferred: graphql
|
|
27
|
+
fallbacks: [cli]
|
|
28
|
+
graphql:
|
|
29
|
+
# GQL limitation: draft-only updates fall back to CLI
|
|
30
|
+
operationName: PrUpdate
|
|
31
|
+
operationType: mutation
|
|
32
|
+
documentPath: src/gql/operations/pr-update.graphql
|
|
28
33
|
cli:
|
|
29
34
|
command: pr edit
|
|
@@ -7,6 +7,8 @@ input_schema:
|
|
|
7
7
|
properties:
|
|
8
8
|
owner: { type: string, minLength: 1 }
|
|
9
9
|
projectNumber: { type: integer, minimum: 1 }
|
|
10
|
+
first: { type: integer, minimum: 1 }
|
|
11
|
+
after: { type: [string, "null"] }
|
|
10
12
|
additionalProperties: false
|
|
11
13
|
output_schema:
|
|
12
14
|
type: object
|
|
@@ -21,6 +23,15 @@ output_schema:
|
|
|
21
23
|
id: { type: [string, "null"] }
|
|
22
24
|
name: { type: [string, "null"] }
|
|
23
25
|
dataType: { type: [string, "null"] }
|
|
26
|
+
options:
|
|
27
|
+
type: [array, "null"]
|
|
28
|
+
items:
|
|
29
|
+
type: object
|
|
30
|
+
required: [id, name]
|
|
31
|
+
properties:
|
|
32
|
+
id: { type: string }
|
|
33
|
+
name: { type: string }
|
|
34
|
+
additionalProperties: false
|
|
24
35
|
additionalProperties: false
|
|
25
36
|
pageInfo:
|
|
26
37
|
type: object
|
|
@@ -31,7 +42,12 @@ output_schema:
|
|
|
31
42
|
additionalProperties: false
|
|
32
43
|
additionalProperties: false
|
|
33
44
|
routing:
|
|
34
|
-
preferred:
|
|
35
|
-
fallbacks: []
|
|
45
|
+
preferred: graphql
|
|
46
|
+
fallbacks: [cli]
|
|
47
|
+
graphql:
|
|
48
|
+
# GQL limitation: user fallback handled in domain handler
|
|
49
|
+
operationName: ProjectV2FieldsListOrg
|
|
50
|
+
operationType: query
|
|
51
|
+
documentPath: src/gql/operations/project-v2-fields-list-org.graphql
|
|
36
52
|
cli:
|
|
37
53
|
command: project field-list
|
|
@@ -17,13 +17,16 @@ input_schema:
|
|
|
17
17
|
additionalProperties: false
|
|
18
18
|
output_schema:
|
|
19
19
|
type: object
|
|
20
|
-
required: [itemId
|
|
20
|
+
required: [itemId]
|
|
21
21
|
properties:
|
|
22
|
-
itemId: { type:
|
|
23
|
-
updated: { type: boolean }
|
|
22
|
+
itemId: { type: string }
|
|
24
23
|
additionalProperties: false
|
|
25
24
|
routing:
|
|
26
|
-
preferred:
|
|
27
|
-
fallbacks: []
|
|
25
|
+
preferred: graphql
|
|
26
|
+
fallbacks: [cli]
|
|
27
|
+
graphql:
|
|
28
|
+
operationName: UpdateProjectV2ItemField
|
|
29
|
+
operationType: mutation
|
|
30
|
+
documentPath: src/gql/operations/project-v2-item-field-update.graphql
|
|
28
31
|
cli:
|
|
29
32
|
command: project item-edit
|
|
@@ -11,13 +11,17 @@ input_schema:
|
|
|
11
11
|
additionalProperties: false
|
|
12
12
|
output_schema:
|
|
13
13
|
type: object
|
|
14
|
-
required: [itemId,
|
|
14
|
+
required: [itemId, itemType]
|
|
15
15
|
properties:
|
|
16
|
-
itemId: { type:
|
|
17
|
-
|
|
16
|
+
itemId: { type: string }
|
|
17
|
+
itemType: { type: [string, "null"] }
|
|
18
18
|
additionalProperties: false
|
|
19
19
|
routing:
|
|
20
|
-
preferred:
|
|
21
|
-
fallbacks: []
|
|
20
|
+
preferred: graphql
|
|
21
|
+
fallbacks: [cli]
|
|
22
|
+
graphql:
|
|
23
|
+
operationName: AddProjectV2Item
|
|
24
|
+
operationType: mutation
|
|
25
|
+
documentPath: src/gql/operations/project-v2-item-add.graphql
|
|
22
26
|
cli:
|
|
23
27
|
command: project item-add
|
|
@@ -11,13 +11,16 @@ input_schema:
|
|
|
11
11
|
additionalProperties: false
|
|
12
12
|
output_schema:
|
|
13
13
|
type: object
|
|
14
|
-
required: [
|
|
14
|
+
required: [deletedItemId]
|
|
15
15
|
properties:
|
|
16
|
-
|
|
17
|
-
removed: { type: boolean }
|
|
16
|
+
deletedItemId: { type: string, minLength: 1 }
|
|
18
17
|
additionalProperties: false
|
|
19
18
|
routing:
|
|
20
|
-
preferred:
|
|
21
|
-
fallbacks: []
|
|
19
|
+
preferred: graphql
|
|
20
|
+
fallbacks: [cli]
|
|
21
|
+
graphql:
|
|
22
|
+
operationName: RemoveProjectV2Item
|
|
23
|
+
operationType: mutation
|
|
24
|
+
documentPath: src/gql/operations/project-v2-item-remove.graphql
|
|
22
25
|
cli:
|
|
23
26
|
command: project item-delete
|
|
@@ -8,6 +8,7 @@ input_schema:
|
|
|
8
8
|
owner: { type: string, minLength: 1 }
|
|
9
9
|
projectNumber: { type: integer, minimum: 1 }
|
|
10
10
|
first: { type: integer, minimum: 1 }
|
|
11
|
+
after: { type: [string, "null"] }
|
|
11
12
|
additionalProperties: false
|
|
12
13
|
output_schema:
|
|
13
14
|
type: object
|
|
@@ -33,7 +34,12 @@ output_schema:
|
|
|
33
34
|
additionalProperties: false
|
|
34
35
|
additionalProperties: false
|
|
35
36
|
routing:
|
|
36
|
-
preferred:
|
|
37
|
-
fallbacks: []
|
|
37
|
+
preferred: graphql
|
|
38
|
+
fallbacks: [cli]
|
|
39
|
+
graphql:
|
|
40
|
+
# GQL limitation: user fallback handled in domain handler
|
|
41
|
+
operationName: ProjectV2ItemsListOrg
|
|
42
|
+
operationType: query
|
|
43
|
+
documentPath: src/gql/operations/project-v2-items-list-org.graphql
|
|
38
44
|
cli:
|
|
39
45
|
command: project item-list
|
|
@@ -20,7 +20,11 @@ output_schema:
|
|
|
20
20
|
url: { type: [string, "null"] }
|
|
21
21
|
additionalProperties: false
|
|
22
22
|
routing:
|
|
23
|
-
preferred:
|
|
24
|
-
fallbacks: []
|
|
23
|
+
preferred: graphql
|
|
24
|
+
fallbacks: [cli]
|
|
25
|
+
graphql:
|
|
26
|
+
operationName: ProjectV2OrgView
|
|
27
|
+
operationType: query
|
|
28
|
+
documentPath: src/gql/operations/project-v2-org-view.graphql
|
|
25
29
|
cli:
|
|
26
30
|
command: project view
|
|
@@ -20,7 +20,11 @@ output_schema:
|
|
|
20
20
|
url: { type: [string, "null"] }
|
|
21
21
|
additionalProperties: false
|
|
22
22
|
routing:
|
|
23
|
-
preferred:
|
|
24
|
-
fallbacks: []
|
|
23
|
+
preferred: graphql
|
|
24
|
+
fallbacks: [cli]
|
|
25
|
+
graphql:
|
|
26
|
+
operationName: ProjectV2UserView
|
|
27
|
+
operationType: query
|
|
28
|
+
documentPath: src/gql/operations/project-v2-user-view.graphql
|
|
25
29
|
cli:
|
|
26
30
|
command: project view
|
|
@@ -8,6 +8,7 @@ input_schema:
|
|
|
8
8
|
owner: { type: string, minLength: 1 }
|
|
9
9
|
name: { type: string, minLength: 1 }
|
|
10
10
|
first: { type: integer, minimum: 1 }
|
|
11
|
+
after: { type: [string, "null"] }
|
|
11
12
|
additionalProperties: false
|
|
12
13
|
output_schema:
|
|
13
14
|
type: object
|
|
@@ -19,7 +20,7 @@ output_schema:
|
|
|
19
20
|
type: object
|
|
20
21
|
required: [id, tagName, name, isDraft, isPrerelease, url, targetCommitish, createdAt, publishedAt]
|
|
21
22
|
properties:
|
|
22
|
-
id: { type: integer, minimum: 0 }
|
|
23
|
+
id: { type: ["integer", "null"], minimum: 0 }
|
|
23
24
|
tagName: { type: [string, "null"] }
|
|
24
25
|
name: { type: [string, "null"] }
|
|
25
26
|
isDraft: { type: boolean }
|
|
@@ -38,7 +39,11 @@ output_schema:
|
|
|
38
39
|
additionalProperties: false
|
|
39
40
|
additionalProperties: false
|
|
40
41
|
routing:
|
|
41
|
-
preferred:
|
|
42
|
-
fallbacks: []
|
|
42
|
+
preferred: graphql
|
|
43
|
+
fallbacks: [cli]
|
|
44
|
+
graphql:
|
|
45
|
+
operationName: ReleaseList
|
|
46
|
+
operationType: query
|
|
47
|
+
documentPath: src/gql/operations/release-list.graphql
|
|
43
48
|
cli:
|
|
44
49
|
command: api
|
|
@@ -13,8 +13,8 @@ output_schema:
|
|
|
13
13
|
type: object
|
|
14
14
|
required: [id, tagName, name, isDraft, isPrerelease, url, targetCommitish, createdAt, publishedAt]
|
|
15
15
|
properties:
|
|
16
|
-
id: { type: integer, minimum: 0 }
|
|
17
|
-
tagName: { type:
|
|
16
|
+
id: { type: ["integer", "null"], minimum: 0 }
|
|
17
|
+
tagName: { type: string }
|
|
18
18
|
name: { type: [string, "null"] }
|
|
19
19
|
isDraft: { type: boolean }
|
|
20
20
|
isPrerelease: { type: boolean }
|
|
@@ -24,7 +24,11 @@ output_schema:
|
|
|
24
24
|
publishedAt: { type: [string, "null"] }
|
|
25
25
|
additionalProperties: false
|
|
26
26
|
routing:
|
|
27
|
-
preferred:
|
|
28
|
-
fallbacks: []
|
|
27
|
+
preferred: graphql
|
|
28
|
+
fallbacks: [cli]
|
|
29
|
+
graphql:
|
|
30
|
+
operationName: ReleaseView
|
|
31
|
+
operationType: query
|
|
32
|
+
documentPath: src/gql/operations/release-view.graphql
|
|
29
33
|
cli:
|
|
30
34
|
command: api
|
|
@@ -8,7 +8,7 @@ input_schema:
|
|
|
8
8
|
owner: { type: string, minLength: 1 }
|
|
9
9
|
name: { type: string, minLength: 1 }
|
|
10
10
|
first: { type: integer, minimum: 1 }
|
|
11
|
-
after: { type: string,
|
|
11
|
+
after: { type: [string, "null"] }
|
|
12
12
|
additionalProperties: false
|
|
13
13
|
output_schema:
|
|
14
14
|
type: object
|
|
@@ -34,7 +34,11 @@ output_schema:
|
|
|
34
34
|
additionalProperties: false
|
|
35
35
|
additionalProperties: false
|
|
36
36
|
routing:
|
|
37
|
-
preferred:
|
|
38
|
-
fallbacks: []
|
|
37
|
+
preferred: graphql
|
|
38
|
+
fallbacks: [cli]
|
|
39
|
+
graphql:
|
|
40
|
+
operationName: RepoIssueTypesList
|
|
41
|
+
operationType: query
|
|
42
|
+
documentPath: src/gql/operations/repo-issue-types-list.graphql
|
|
39
43
|
cli:
|
|
40
44
|
command: api graphql
|
|
@@ -8,6 +8,7 @@ input_schema:
|
|
|
8
8
|
owner: { type: string, minLength: 1 }
|
|
9
9
|
name: { type: string, minLength: 1 }
|
|
10
10
|
first: { type: integer, minimum: 1 }
|
|
11
|
+
after: { type: [string, "null"] }
|
|
11
12
|
additionalProperties: false
|
|
12
13
|
output_schema:
|
|
13
14
|
type: object
|
|
@@ -34,8 +35,12 @@ output_schema:
|
|
|
34
35
|
additionalProperties: false
|
|
35
36
|
additionalProperties: false
|
|
36
37
|
routing:
|
|
37
|
-
preferred:
|
|
38
|
-
fallbacks: []
|
|
38
|
+
preferred: graphql
|
|
39
|
+
fallbacks: [cli]
|
|
40
|
+
graphql:
|
|
41
|
+
operationName: RepoLabelsList
|
|
42
|
+
operationType: query
|
|
43
|
+
documentPath: src/gql/operations/repo-labels-list.graphql
|
|
39
44
|
cli:
|
|
40
45
|
command: label list
|
|
41
46
|
jsonFields: [id,name,description,color,isDefault]
|