apollographql / apollo-rs

Spec compliant GraphQL Tools in Rust.
Apache License 2.0
566 stars 43 forks source link

feat(parser): expose `SyntaxToken` #894

Closed g-plane closed 3 weeks ago

g-plane commented 3 weeks ago

SyntaxNode is exposed but SyntaxToken not. Exposing it can ease downstream projects to use it.

apollo-cla commented 3 weeks ago

@g-plane: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/

lrlna commented 3 weeks ago

Thank you @g-plane !

lrlna commented 3 weeks ago

@g-plane it's published in apollo-parser@0.8.1