ZED RUN API
  • Introduction
  • Getting Started
    • GraphQL
    • GraphQL Client
    • API keys
    • Error codes
  • Racing
    • getRaceResults
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

GraphQL

PreviousIntroductionNextGraphQL Client

Last updated 4 years ago

Was this helpful?

GraphQL offers much more flexibility than REST API:

  • self-documented API (checkout GraphQL schema)

  • the ability to retrieve many resources in a single request

  • the ability to dicate exactly what we need from the server, and receive that data in a predictable way

  • strongly typed

Documentation:

GraphQL in 100 seconds:

https://graphql.org/learn/
https://www.youtube.com/watch?v=eIQh02xuVw4