Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 601 Bytes

contributing.md

File metadata and controls

23 lines (14 loc) · 601 Bytes

Contributing

Changelog

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.

Development

GraphQL types

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