Chess Game API Example

ChessPieceType [enum]

Types of chess pieces.

Possible values
PAWN

A pawn is the weakest piece in the game.

KNIGHT

A knight is a piece that can jump over other pieces.

BISHOP

A bishop is a piece that moves diagonally.

ROOK

A rook is a piece that moves horizontally or vertically.

QUEEN

A queen is the most powerful piece in the game.

KING

A king is the most important piece in the game.

API:
Chess Game GraphQL API