mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +03:00
remove unnecessary required=False from test
This commit is contained in:
parent
3d61af85e9
commit
9b0aa5d0cd
|
@ -6,7 +6,7 @@ from ..schema import Schema
|
|||
|
||||
|
||||
class Query(ObjectType):
|
||||
decimal = Decimal(input=Decimal(required=False))
|
||||
decimal = Decimal(input=Decimal())
|
||||
|
||||
def resolve_decimal(self, info, input):
|
||||
return input
|
||||
|
|
Loading…
Reference in New Issue
Block a user