Skip to content
Change the repository type filter

All

    Repositories list

    • graph

      Public
      GraphQL framework for Pythonimport graphene class Query(graphene.ObjectType): hello = graphene.String(description='A typical hello world') def resolve_hello(self, info): return 'World' schema = graphene.Schema(query=Query)
      Python
      MIT License
      827000Updated Sep 4, 2023Sep 4, 2023
    • zkSync Era Documentation
      JavaScript
      MIT License
      814000Updated Apr 13, 2023Apr 13, 2023
    • graphene

      Public template
      GraphQL framework for Python
      Python
      MIT License
      827000Updated Dec 29, 2022Dec 29, 2022