The Changelog follows the keepachangelog spec which means unreleased changes should be included under the Unreleased
header allowing changes to be grouped at release time.
GraphQL queries are typed with the help of the graphql-codegen
package.
Typesript types can be regenerated with the following:
npm run gqlgen
Fetch the latest Buildkite GraphQL schema with the following:
ACCESS_TOKEN=xxx npm run gqlschema