Skip to content
#

graphql-schema

graphql logo

GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.

Here are 214 public repositories matching this topic...

hotchocolate
ajhynes7
ajhynes7 commented Oct 11, 2021

Hello, I wanted to try out this package but I can't install the extra dependency debug-server.

pip install strawberry-graphql is successful, but pip install strawberry-graphql[debug-server] is not.

❯ pip install strawberry-graphql[debug-server]
zsh: no matches found: strawberry-graphql[debug-server]

Environment

  • Python version: 3.10.0 (installed with pyenv)
  • OS:

Created by Facebook

Released 2015

Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api rest