Skip to content

vaibhavmunjal/graphene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

graphene

GraphQl Django Basics

  • Basic Setup With Graphene
  • Query with DjangoObjectType
    • Get all the data from Model
  • Query with Single Object
    • Get One object with respect to name or Id
  • Mutation For Update The Object
  • Mutation For Creating and Deleting The Object
  • Basic Auth. with Graphene info.context
  • Filter and Made Querset in DjangoObjectType
    • made static get_queryset method to filter the Objects.

Releases

No releases published

Packages

No packages published

Languages