Sunday, April 28, 2019

Re: GraphQL and Django integration

Hi,

REST is actually protocol independent. Though most common usage is to use it through HTTP. Same applies to GraphQL even it's protocol independent most common usage is still through HTTP.

Now there exists library called graphene and django-graphene for Django integration.

Challenge is that GraphQL requires much more machinery on the server side compared to REST (which is rather straightforward).



On Sun, Apr 28, 2019 at 4:32 AM Britto . <brittocj@gmail.com> wrote:
Hi,

What are the coding challenges to integrate GraphQL with Django?
GraphQL is not like REST it is protocol independent query language.
How to handle mutations at Django?


Regards
Ab

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAF0v3b40%3Db-2U40JaYObpDZNx%3DLuFti7yr4yYBBptJKSA4LTgg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


--
Jani Tiainen
Software wizard


Always open for short term jobs or contracts to work with Django.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHn91ofMNg7%3Dh14ck1offnJJBKqFJc7CJfmGLvcFUV3DmESZNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment