Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.25 KB

ROADMAP.md

File metadata and controls

39 lines (34 loc) · 1.25 KB

Roadmap for pygraphic

Features from the GraphQL specification (https://graphql.org/learn/)

  • Queries
  • Fields
  • Arguments (#3)
  • Aliases
  • Fragments
  • Operation name
  • Variables
  • Directives
  • Mutations (#8)
  • Inline fragments (#14)
  • Custom scalar types
  • Enumeration types (#23)
  • Lists and Non-Null (#4)
  • Union types (#14)
  • Input types
  • Subscriptions (#9)

Additional features

  • Conversion between camelCase and snake_case (#5)
  • Iteration over remote connections (de-pagination) (#11)
  • High test coverage (> 90%) (#20)
  • Extensive documentation (#7)
  • Stable codebase