You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.graphql
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -858,6 +858,15 @@ type Operator @entity {
858
858
allowed: Boolean!
859
859
}
860
860
861
+
862
+
"""
863
+
For the Horizon Stage 1 subgraph, the Provision entity will be mimicking the Indexer entity as closely as possible.
864
+
That means that the Provision entity will contain some fields that are particular for the Subgraph Service, even if in Horizon
865
+
a Provision could be for a different Data Service from the Subgraph Service.
866
+
This is to make the data closer to the legacy protocol, given that the Subgraph Service will be the first Data Service to be supported
867
+
868
+
Once the Stage 2 subgraph is implemented, the Provision entity will have to be more generic, and particular data service fields will need to be restructured.
869
+
"""
861
870
typeProvision@entity {
862
871
"Join ID of indexer address (service provider) and DataService address"
0 commit comments