axie-graphql-documentation icon indicating copy to clipboard operation
axie-graphql-documentation copied to clipboard

Unofficial API Documentation for the Axie Infinity's GraphQL Endpoint.

Axie GraphQL Documentation

API Documentation for the Axie Infinity GraphQL Endpoint.

Customization Guide

This site is usings rocketseat. You may refer to this guide.

Rebuild Locally

Install dependencies.

npm install

Start development server.

gatsby develop

Test production build.

gatsby clean && gatsby build && gatsby serve