Search for Evidence Using GraphQL
GraphQL is a query language that differs from a GET REST API in that GraphQL enables you to define exactly what data you want your queries to return. JFrog's OneModel enables you to use a single GraphQL endpoint to return information from multiple JFrog products and services, such as the Evidence Collection service.
You can perform the following evidence queries using GraphQL:
- Search Evidence: Search all evidence records associated with a specific subject (for example, an artifact).
- Get Evidence: Fetch a single, known evidence record directly based on its path.
- Get Evidence by ID: Fetch a single, known evidence record directly based on its unique ID.
For more information, see Evidence Service GraphQL Schema.
Updated 1 day ago
