mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Fixed test 425 url
This commit is contained in:
parent
287a7a814d
commit
8c3a933bd9
|
@ -3,7 +3,7 @@
|
|||
* `ObjectType`, `Interface`, `InputObjectType`, `Scalar` and `Enum` implementations
|
||||
have been quite simplified, without the need of define a explicit Metaclass.
|
||||
The metaclasses threfore are now deleted as are no longer necessary, if your code was depending
|
||||
on this internal metaclass for creating custom attrs, please see an [example of how to do it now in 2.0](https://github.com/graphql-python/graphene/blob/master/graphene/tests/issues/test_425_graphene2.py).
|
||||
on this internal metaclass for creating custom attrs, please see an [example of how to do it now in 2.0](https://github.com/graphql-python/graphene/blob/2.0/graphene/tests/issues/test_425.py).
|
||||
|
||||
## Deprecations
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user