Skip to content

QtGQL#

Logo GraphQL client for Qt and QML. This library is an attempt to provide a high-level graphql client to the QT world.

Similar projects#

Features - TBD#

  • types:
    • Object Type
    • Enum
    • Custom scalar
    • Union
    • Interface
    • Node Interface
    • List of:
      • Object Type
      • Scalar
      • custom scalar
      • Interface
      • Union
      • Enum
  • Fragments
  • Operation handlers (queries the server and deserialize data) for Query / Mutation / Subscription.
  • Fully typed operation variables. (partially, see)
  • Garbage collection. (partially, see)