Re: djangorestframework vs GraphQL

2019-11-14 Thread DANIEL URBANO DE LA RUA
Thanks to you i happy if that can help you out ;) On Thu, 14 Nov 2019, 09:51 guettli, wrote: > Thank you for the hint. Saleor looks very good. > > Am Mittwoch, 13. November 2019 11:35:17 UTC+1 schrieb DANIEL URBANO DE LA > RUA: >> >> You have a good example on saleor eccomerce is on github >> >>

Re: djangorestframework vs GraphQL

2019-11-14 Thread guettli
Thank you for the hint. Saleor looks very good. Am Mittwoch, 13. November 2019 11:35:17 UTC+1 schrieb DANIEL URBANO DE LA RUA: > > You have a good example on saleor eccomerce is on github > > On Wed, 13 Nov 2019, 09:15 guettli, > > wrote: > >> I never used GraphQL, but I like it. In the past th

Re: djangorestframework vs GraphQL

2019-11-13 Thread DANIEL URBANO DE LA RUA
You have a good example on saleor eccomerce is on github On Wed, 13 Nov 2019, 09:15 guettli, wrote: > I never used GraphQL, but I like it. In the past the django web framework > had a different API than a restframework for ruby or Nodejs. > > With GraphQL you have a well defined API and changein

Re: djangorestframework vs GraphQL

2019-11-13 Thread guettli
I never used GraphQL, but I like it. In the past the django web framework had a different API than a restframework for ruby or Nodejs. With GraphQL you have a well defined API and changeing the backend part should be easier. But again, I never used it up to now. Am Dienstag, 12. November 2019

Re: djangorestframework vs GraphQL

2019-11-12 Thread Integr@te System
Hi Freinds, GQL, when compare DRF, it as an option, and for whom familiar with other tools without DRF or Python, and align thinking with framework/anythingelse relate to JS. Base on your choice or requirement. On Tue, Nov 12, 2019, 16:24 Nick Sarbicki wrote: > GraphQL strikes me as very simila

Re: djangorestframework vs GraphQL

2019-11-12 Thread Nick Sarbicki
GraphQL strikes me as very similar to NoSQL. Useful in niches but the older standard is better in general. I've tried both and the added complexity (designing a system to generate all required data from a single request) of GraphQL for the, seemingly minor, gain (a single request for all your dat

djangorestframework vs GraphQL

2019-11-12 Thread guettli
Hi, I am new to GraphQL, but I like the idea very much. There is already an A Django integration for Graphene: https://github.com/graphql-python/graphene-django What are the pros and cons of djangorestframework and GraphQL? Which one would you choose, if you could start from scratch? Regards