v3.1.1
Minor update of graphql-relay-py, based on graphql-relay-js 0.7.0, and compatible with graphql-core version 3.1.7.
Changes:
- hasPrevious/NextPage should not be optional (#30)
- Use same parameter names as in graphql/graphql_sync (67a89c6)
- Avoid null payload in mutation (41b8208)
- Remove non-null restriction on clientMutationId field definitions (67e8fca)
- Consistently use snake_case for filenames (f15bbb9)
- Do not raise an error when no clientMutationId is provided (617bb04)
- Added missing description for nodes field (36c0b15)
- Added description to the pagination arguments (3be10e8)
- Python 3.10 is now supported.