Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7066249
D8858.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
D8858.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
@@ -27,7 +27,7 @@
"""
SWH merkle node object with a SWHID
"""
-interface MerkleNode {
+interface SWHNode {
"""
SWHID of the object
"""
@@ -384,7 +384,7 @@
"""
A snapshot object
"""
-type Snapshot implements MerkleNode & Node {
+type Snapshot implements SWHNode & Node {
"""
Unique identifier
"""
@@ -566,7 +566,7 @@
"""
A revision object
"""
-type Revision implements MerkleNode & Node {
+type Revision implements SWHNode & Node {
"""
Unique identifier
"""
@@ -657,7 +657,7 @@
"""
A release object
"""
-type Release implements MerkleNode & Node {
+type Release implements SWHNode & Node {
"""
Unique identifier
"""
@@ -776,7 +776,7 @@
"""
A directory object
"""
-type Directory implements MerkleNode & Node {
+type Directory implements SWHNode & Node {
"""
Unique identifier
"""
@@ -857,7 +857,7 @@
"""
A content object
"""
-type Content implements MerkleNode & Node {
+type Content implements SWHNode & Node {
"""
Unique identifier
"""
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Nov 5 2024, 4:01 AM (10 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3219839
Attached To
D8858: Reanme MerkleNode in schema to SWHNode
Event Timeline
Log In to Comment