API Schema
In general, you can easily learn to use Delivery Tracker even if you are not familiar with GraphQL by referring to or using the basic request examples provided in the various documents on the Delivery Tracker homepage.
**Additional explanation for advanced users
Delivery Tracker provides a GraphQL API Schema for advanced users outside of the typical case.
If you want to create various APIs with it, you need to know GraphQL first. If you are unfamiliar with GraphQL, please refer to documentation such as https://graphql-kr.github.io/learn/.
Download API Schema
GraphQL Introspection
Delivery Tracker provides Schema through GraphQL Introspection.
Various client libraries provide schema downloads via GraphQL Introspection, which allows you to download the schema and use Codegen.
Authentication is also required for Schema Download. If you're getting an error on Download, make sure the Authorization header is injected properly.