Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: graphql/libgraphqlparser

Tags

0.7.0

Toggle 0.7.0's commit message
Make ast::Node::accept() const

Visitors currently can't mutate the AST anyway. Fixes #56.

v0.7.0

Toggle v0.7.0's commit message
Make ast::Node::accept() const

Visitors currently can't mutate the AST anyway. Fixes #56.

v0.6.0

Toggle v0.6.0's commit message
unbreak CMakeLists.txt

v0.5.0

Toggle v0.5.0's commit message
Fix installing from out of tree. Fix installing extra stuff from in t…

…ree.

v0.4.1

Toggle v0.4.1's commit message
Don't print extra comma for inline fragment w/o type condition

Fixes #24.

v0.4.0

Toggle v0.4.0's commit message
Accept kitchen-sink.graphql again (type conditions on inline fragment…

…s are optional)

v0.3.0

Toggle v0.3.0's commit message
add test for mid-file UnicodeBOM

v0.2.0

Toggle v0.2.0's commit message
remove TODO in tests for duplicate object fields -- fixes #17

v0.1.0

Toggle v0.1.0's commit message
Initial import