Skip to content
/ ql Public

non intrusive python graphql client library wrapped around pydantic, fast and simple

Notifications You must be signed in to change notification settings

dsal3389/ql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ql

Graphql client library, wrapped around pydantic classes for type validation, provide simple, safe and pythonic way to query data from a graphql api.

using pydantic for creating python objects from rest api is common, it is easy and it has type validation, so why not make it easy also for graphql apis?

features:

  • python objects to valid graphql string
  • http send and recv information
  • scalar query responses

install

pip3 install pydantic-graphql

documentation

https://dsal3389.github.io/ql/