Chess Game API Example

ChessBoard [object]

A chess board.

Attributes
squares ChessPiece [] []

ChessPiece [object]

A chess piece.

Attributes

The type of the chess piece.

The color of the chess piece.

API:
Chess Game GraphQL API

The squares of the chess board. The first square is the top-left corner.

API:
Chess Game GraphQL API