We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Repository#tempCloneToken
2 parents da08424 + 67999d5 commit fef8818Copy full SHA for fef8818
schema.graphql
@@ -26925,6 +26925,11 @@ type Repository implements Node & ProjectOwner & RegistryPackageOwner & Registry
26925
orderBy: StarOrder
26926
): StargazerConnection!
26927
26928
+ """
26929
+ Temporary authentication token for cloning this repository.
26930
26931
+ tempCloneToken: String
26932
+
26933
"""
26934
The repository from which this repository was generated, if any.
26935
0 commit comments