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).

You could start with
https://stackabuse.com/building-a-graphql-api-with-django/ for example.


On Sun, Apr 28, 2019 at 4:32 AM Britto . <britt...@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+unsubscr...@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
> <https://groups.google.com/d/msgid/django-users/CAF0v3b40%3Db-2U40JaYObpDZNx%3DLuFti7yr4yYBBptJKSA4LTgg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Jani Tiainen
Software wizard

https://blog.jani.tiainen.cc/

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+unsubscr...@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.

Reply via email to