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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -