Open
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,12 @@

Adds GraphQL support to your Flask application.

## Installation

```shell
pip install flask-graphql
```

## Usage

Just use the `GraphQLView` view from `flask_graphql`
Expand Down