################# Schema definition ################# One of the main goals of PyQL is providing a clean way of defining GraphQL schemas. In contrast with Graphene, we attempt at providing a cleaner schema definition API, that also reduces ambiguity and verboseness. We attempt to use existing facilities in Python as much as possible (eg. type annotations). .. toctree:: :maxdepth: 2 :caption: Contents: schema objects scalars enums lists interfaces input-objects docs **TODO:** - unions - documentation