Skip to content

Commit a26c414

Browse files
committed
chore: Remove hypothesis_graphql.schemas as it is not complete and not tested well
1 parent 1d49291 commit a26c414

File tree

4 files changed

+4
-212
lines changed

4 files changed

+4
-212
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- The `from_schema` function which takes a GraphQL schema and returns a Hypothesis strategy for defined queries and mutations.
88

9+
### Removed
10+
11+
- `hypothesis_graphql.schemas` as it is not complete and not tested well.
12+
913
## [0.8.2] - 2022-04-29
1014

1115
### Fixed

src/hypothesis_graphql/_strategies/schema.py

Lines changed: 0 additions & 188 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# pylint: disable=unused-import
2-
from ._strategies.schema import schemas
32
from ._strategies.strategy import from_schema, mutations, queries
43

54
# Backward compatibility
65
query = queries
7-
schema = schemas

test/test_schemas.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)