GraphQL is a query language for your API and a server-side runtime for executing queries using a type system you define for your data. The Artifactory supports GraphQL to search Metadata in the Artifactory and fetch package data stored in the metadata microservice. To get more, see GraphQL.
To use GraphQL to search metadata, it needs a scoped token for Artifactory and running the cURL request.
To use GraphQL to search metadata, it needs a scoped token for Artifactory and running the cURL request.
# curl example: curl -H "Authorization: Bearer <Your Token>" -XPOST http://<server:port>/metadata/api/v1/query -d '{"query":"..." }'