Skip to content

Commit fef8818

Browse files
authoredDec 6, 2019
feat: Repository#tempCloneToken (#234)
2 parents da08424 + 67999d5 commit fef8818

File tree

2 files changed

+6817
-6800
lines changed

2 files changed

+6817
-6800
lines changed
 

Diff for: ‎schema.graphql

+5
Original file line numberDiff line numberDiff line change
@@ -26925,6 +26925,11 @@ type Repository implements Node & ProjectOwner & RegistryPackageOwner & Registry
2692526925
orderBy: StarOrder
2692626926
): StargazerConnection!
2692726927

26928+
"""
26929+
Temporary authentication token for cloning this repository.
26930+
"""
26931+
tempCloneToken: String
26932+
2692826933
"""
2692926934
The repository from which this repository was generated, if any.
2693026935
"""

0 commit comments

Comments
 (0)
Please sign in to comment.