Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123412
D8744.id31518.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D8744.id31518.diff
View Options
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
Details
Attached
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
Attached To
D8744: Fix format issues in the schema
Event Timeline
Log In to Comment