Preview the GraphQL API for Checks Mutations
As part of our ongoing work to create a GraphQL API for Checks, you can now run mutations for creating or updating check suites and check runs!
Similar to the REST endpoints, this API is under a preview period. To access this new API during the preview period, you must provide a custom [media type][media-type] in the Accept
header:
application/vnd.github.antiope-preview
Note: GraphQL APIs under preview cannot be accessed via the GraphQL Explorer at this time.
Support for column information
Ever wished you could provide character-specific information using check runs? Now you can!
For both the GraphQL API and the REST API, check annotations can include a column
argument to provide starting and ending column information. Check out the documentation for more information.