Hame-daani / final-project

my final year project for bachelor degree in Computer Engineering
0 stars 0 forks source link

graphql or rest? #2

Closed Hame-daani closed 2 years ago

Hame-daani commented 2 years ago

questions

Hame-daani commented 2 years ago

compare to REST

https://www.reddit.com/r/django/comments/q9jsqi/django_rest_framework_stop_nesting_serializers/

pros

cons

Hame-daani commented 2 years ago

example

https://www.youtube.com/watch?v=ZWZFhRPjNYU rest qraphql

Hame-daani commented 2 years ago

extension of main graphene

https://graphene-django-cud.readthedocs.io/en/latest/index.html

pros

another

https://github.com/0soft/graphene-django-plus

Hame-daani commented 2 years ago

mutations

using graphene-django-cud

Hame-daani commented 2 years ago

permissions

using django-graphene-permissions

one permission as IsOwner

Hame-daani commented 2 years ago

graphql toturial

https://www.howtographql.com/