python - Graphene Django without Django Model? -
i've used graphene-django build several graphql calls. in of cases populated, in whole or in part, django model , returned records populated.
now have situation i'd return data don't wish store in django model. possible graphene?
robert
when map django model graphql, create new model graphql object types introspection of django model.. , nothing prevent combine model with plain graphql objects types, or mapped other third party persistence model
Comments
Post a Comment