Skip to content

Commit 3985401

Browse files
committed
docs: Update README
1 parent 7f457b0 commit 3985401

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ let you write tests parametrized by a source of examples.
1616
Generated queries have arbitrary depth and may contain any subset of GraphQL types defined in the input schema.
1717
They expose edge cases in your code that are unlikely to be found otherwise.
1818

19-
For web API testing, [Schemathesis](https://github.com/schemathesis/schemathesis) provides a higher-level wrapper around this library.
19+
[Schemathesis](https://github.com/schemathesis/schemathesis) provides a higher-level interface around this library and finds server crashes automatically.
2020

2121
## Usage
2222

23-
`hypothesis_graphql` provides the `from_schema` function, which takes a GraphQL schema and returns a Hypothesis strategy for
23+
`hypothesis-graphql` provides the `from_schema` function, which takes a GraphQL schema and returns a Hypothesis strategy for
2424
GraphQL queries matching the schema:
2525

2626
```python
@@ -127,3 +127,8 @@ The `hypothesis_graphql.nodes` module includes a few helpers to generate various
127127
- `Null` -> `graphql.NullValueNode` (a constant, not a function)
128128

129129
They exist because classes like `graphql.StringValueNode` can't be directly used in `map` calls due to kwarg-only arguments.
130+
131+
## License
132+
133+
The code in this project is licensed under [MIT license](https://opensource.org/licenses/MIT).
134+
By contributing to `hypothesis-graphql`, you agree that your contributions will be licensed under its MIT license.

0 commit comments

Comments
 (0)