Added "Misc. Changes" section

Eran Kampf 2020-08-09 19:41:28 -07:00
parent ee785d29a7
commit 8f4c0ea8f4

@ -208,6 +208,11 @@ schema = Schema(query=Query)
assert isinstance(schema.graphql_schema, GraphQLSchema) assert isinstance(schema.graphql_schema, GraphQLSchema)
``` ```
### Misc. Changes
- Relay's `ConnectionField` `get_resolver` function renamed to `wrap_resolve`
--- ---
A huge thanks to everyone involved in bringing this release together! A huge thanks to everyone involved in bringing this release together!