Difference between revisions of "File:Nr lift escalator api introspected schema 2023-09-09.txt"

From Open Rail Data Wiki
Jump to navigation Jump to search
(GraphQL schema for the NR Lifts and Escalators API, v2. Despite what Hack Partners Ltd might imagine, they seemingly haven't disabled introspection. Query used: <code> { __schema { types { name fields { name description } } } }</code>)
 
m (Reformat query block)
 
Line 3: Line 3:
  
 
Query used:
 
Query used:
<code>
+
<pre>
 
{
 
{
 
   __schema {
 
   __schema {
Line 14: Line 14:
 
     }
 
     }
 
   }
 
   }
}</code>
+
}
 +
</pre>

Latest revision as of 12:53, 9 September 2023

Summary

GraphQL schema for the NR Lifts and Escalators API, v2. Despite what Hack Partners Ltd might imagine, they seemingly haven't disabled introspection.

Query used:

{
  __schema {
    types {
      name
      fields {
        name
        description
      }
    }
  }
}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current12:24, 9 September 2023 (29 KB)EvelynSnow (talk | contribs)GraphQL schema for the NR Lifts and Escalators API, v2. Despite what Hack Partners Ltd might imagine, they seemingly haven't disabled introspection. Query used: <code> { __schema { types { name fields { name description } } } }</code>
  • You cannot overwrite this file.

There are no pages that use this file.