Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 459 Bytes

File metadata and controls

21 lines (16 loc) · 459 Bytes
name description url github
ql
Non intrusive python GraphQL client wrapped around pydantic.

GraphQL client library, wrapped around pydantic classes for type validation, provides a safe and simple way to query data from a GraphQL API.

Features:

  • python objects to valid GraphQL string
  • scalar query responses
  • type-safety

Install

pip3 install pydantic-graphql