Page MenuHomeSoftware Heritage

D8744.id31518.diff
No OneTemporary

D8744.id31518.diff

diff --git a/swh/graphql/schema/schema.graphql b/swh/graphql/schema/schema.graphql
--- a/swh/graphql/schema/schema.graphql
+++ b/swh/graphql/schema/schema.graphql
@@ -50,21 +50,20 @@
}
"""
-Binary strings; different encodings
+Binary string with multiple encodings
"""
type BinaryString {
"""
Utf-8 encoded value, any non Unicode character will be replaced
"""
- text: String
+ text: String!
"""
base64 encoded value
"""
- base64: String
+ base64: String!
}
-
"""
Connection to origins
"""
@@ -132,7 +131,7 @@
Returns the page after this cursor
"""
after: String
- ): VisitConnection!
+ ): VisitConnection
"""
Latest visit object for the origin
@@ -584,10 +583,12 @@
message: BinaryString
"""
+ Revision author
"""
author: Person
"""
+ Revision committer
"""
committer: Person
@@ -678,6 +679,7 @@
message: BinaryString
"""
+ Release author
"""
author: Person
@@ -1101,7 +1103,7 @@
SWHID to look for
"""
swhid: SWHID!
- ): SearchResultConnection!
+ ): SearchResultConnection
"""
Search in SWH
@@ -1121,5 +1123,5 @@
Returns the page after the cursor
"""
after: String
- ): SearchResultConnection!
+ ): SearchResultConnection
}

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 19, 8:07 AM (11 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3223613

Event Timeline