Leah Einhorn
Leah Einhorn
For anyone looking for an updated graphiql template that supports request headers, this is a slightly tweaked version (template variables have been changed to match the variables passed in by...
Separately, maintaining our own template is less than ideal -- is there an update on when `flask-graphql` will support this feature?
Unfortunately I am relying on [`graphene-file-upload`](https://github.com/lmcgartland/graphene-file-upload), which [directly depends on `flask-graphql`](https://github.com/lmcgartland/graphene-file-upload/blob/master/graphene_file_upload/flask/__init__.py#L3). Even if that wasn't the case, the `graphql-server` pre-release depends on graphene 3.0, and I'm also using [`graphene-sqlalchemy`](https://github.com/graphql-python/graphene-sqlalchemy), which...
Since it seems like everything is being consolidated in `graphql-server`, does that mean `flask-graphql` won't be releasing newer versions?
I'm experiencing this issue as well.
I dropped support and removed testing / CI for older versions of Python / pypy, since those versions are no longer supported by `graphql-server`.
Is there something blocking this from being released?
> latest setup will endup with this error. [graphql-python/flask-graphql#87](https://github.com/graphql-python/flask-graphql/issues/87) This PR migrates from `flask-graphql` to `graphql-server`, which should resolve that issue.
Is there an update on this? I've submitted PR #61 that should resolve this.
I'm experiencing the same issue. Syntax highlighting breaks when using generics. This only happens in `.ts` files, and not in `.tsx` files. With generic:  Without generic: 