Răsfoiți Sursa

Minor formatting update;

bjorn 8 ani în urmă
părinte
comite
3a6ffc9c17
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      graphql/introspection.lua

+ 1 - 1
graphql/introspection.lua

@@ -47,7 +47,7 @@ __Schema = types.object({
       },
 
       subscriptionType = {
-        description = 'If this server supports subscriptions, the type that subscription operations will be rooted at',
+        description = 'If this server supports subscriptions, the type that subscription operations will be rooted at.',
         kind = __Type,
         resolve = function(schema)
           return schema:getSubscriptionType()