I want graphene to output normal date/datetime formats. By default it returns this:
`"createdAt": "2019-06-11T05:48:11.023255+00:00",`
And I want it to return this:
`"createdAt": "11.06.2019 11:48:11",`
It seems there is no such option in graphene dictionary, but still I want to use graphene_django.DjangoObjectType
to use its Meta class, instead rewrite all fields w/ graphene.ObjectType