Creating a GraphQL API using Python, Graphene and Django

preview_player
Показать описание
GraphQL is a query language that addresses some drawbacks of REST APIs. In this video, I walk you through how to implement a GraphQL API using Python. Graphene and Django.

Рекомендации по теме
Комментарии
Автор

The type of data for a field changes from custom object type to string . For eg:- x:"jhghjgg" sometimes and sometimes the field x:{text:"dgdgfg", value:"fgdfgdf"}How do we handle this in graphene?

anjaliprasad
visit shbcf.ru