-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
650c609
commit 6d6be0b
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
rules: | ||
- name: grahpql recommendations | ||
check: true | ||
skip: true | ||
match: ["**/*.graphql"] | ||
comment: |- | ||
:warning: | ||
You have modified the GraphQL schema. Please take this into account when modifying graphql schemas: | ||
**When deleting fields** | ||
- [ ] Marked the field as `@deprecated` instead of deleting it | ||
**When adding new types** | ||
- [ ] You have checked there is no naming conflicts | ||
- [ ] You are using `PascalCase` for naming the types | ||
:warning: | ||
When you modify the GraphQL schema, we automatically generate a client library. | ||
If you have modified types or queries and you have not updated the code handling it, the build step will fail. |
6d6be0b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: