xxxxxxxxxx
# Welcome to the Tarkov.dev API Playground
#
# Type queries into this side of the screen, click the Execute query
# button at the top center, the the results will appear on the right side
# of the screen.
#
# You can explore the available queries and data types by clicking the
# book icon in the upper left to open the documentation.
#
# Here's an example query to get you started:
#
{
items(lang: en) {
id
name
}
}
#
# Keyboard shortcuts:
#
# Prettify query: Shift-Ctrl-P (or press the prettify button)
#
# Merge fragments: Shift-Ctrl-M (or press the merge button)
#
# Run Query: Ctrl-Enter (or press the play button)
#
# Auto Complete: Ctrl-Space (or just start typing)
#