Browse Source

query node - input schema minor commentary update

ondratra 4 years ago
parent
commit
33ff9e6e6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      query-node/schema.graphql

+ 1 - 0
query-node/schema.graphql

@@ -187,6 +187,7 @@ type Language @entity {
   "Runtime entity identifier (EntityId)"
   id: ID!
 
+  "Language identifier ISO 639-1"
   iso: String!
 
   happenedIn: Block!