angel-dart-archive / graphql

moved to angel-dart/angel/packages/graphql

Home Page:https://github.com/angel-dart/angel/tree/master/packages/graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using parser for Flutter GraphQL client

HofmannZ opened this issue · comments

We're looking into a GraphQL parser for our Flutter GraphQL client. The parser from this package seems like a perfect fit. Great work by the way!

Are there any known issues we should consider?

No known issues. Just note that this parser only parses GraphQL queries, and not the "GraphQL schema language," as it's not mentioned in the spec, and not necessary in Dart.