Skip to content

Commit 3770353

Browse files
authored
chore: add checklist to verify the supported graphql types (#851)
* chore: add checklist to verify the supported graphql types * update wordings
1 parent fa4d5da commit 3770353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ List any codegen parameters changed or added.
3434
- [ ] Breaking changes to existing customers are released behind a feature flag or major version update
3535
- [ ] Changes are tested using sample applications for all relevant platforms (iOS/android/flutter/Javascript) that use the feature added/modified
3636
- [ ] Changes are tested on windows. Some Node functions (such as `path`) behave differently on windows.
37+
- [ ] Changes adhere to the [GraphQL Spec](https://spec.graphql.org/June2018/) and supports the GraphQL types `type`, `input`, `enum`, `interface`, `union` and scalar types.
3738

3839

3940
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 commit comments

Comments
 (0)