You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,14 @@
7
7
8
8
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.**
9
9
10
-
*Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.*
10
+
_Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request._
11
11
12
12
## Description
13
13
14
14
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
15
15
16
16
Related # (issue)
17
+
17
18
<!--
18
19
Please do not use "Fixed" or "Resolves". Keep "Related" as-is.
19
20
-->
@@ -39,6 +40,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi
Copy file name to clipboardExpand all lines: README.md
+42-43Lines changed: 42 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,7 @@ This package provides a few useful ways to create a GraphQL schema:
13
13
14
14
1. Use the GraphQL schema language to [generate a schema](https://graphql-tools.com/docs/generate-schema) with full support for resolvers, interfaces, unions, and custom scalars. The schema produced is completely compatible with [GraphQL.js](https://github.com/graphql/graphql-js).
15
15
2.[Mock your GraphQL API](https://graphql-tools.com/docs/mocking) with fine-grained per-type mocking
0 commit comments