List schema checks for a Grafbase graph. This tool retrieves the history of schema validation checks that have been run against a specific graph. Schema checks help detect breaking changes before deploying schema updates. Requires account_slug and graph_slug to identify the targ…
lastintegerNumber of schema checks to return from the end (max 100). Use with 'before' for backward pagination.
afterstringCursor for forward pagination. Pass the 'endCursor' from a previous response.
firstintegerNumber of schema checks to return (max 100). Use with 'after' for pagination.
beforestringCursor for backward pagination. Pass the 'startCursor' from a previous response.
branchstringFilter schema checks by branch name (e.g., 'main', 'staging')
graph_slugRequiredstringThe slug of the graph within the account (e.g., 'my-graph')
account_slugRequiredstringThe slug of the Grafbase account/organization (e.g., 'my-org')
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.