Skip to content

Commit fbbd739

Browse files
author
Marco Paolini
committed
Other doc fixes
1 parent 5a3a48f commit fbbd739

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Graphql parser based on libgraphqlparser
33

44
Python2.7+ Python3.4+ class-based bindings to libgraphqlparser
55

6-
See usage example in `examples/visitor_example.py`
7-
86
Still **EXPERIMENTAL**
97

108

@@ -53,9 +51,12 @@ And using it to visit a parsed query:
5351
5452
from graphql_parser import GraphQLParser
5553
54+
query = '{query{}}'
5655
node = GraphQLParser.graphql_parse_string(query)
5756
MyVisitor().visit_node(node)
5857
58+
See also ``examples`` folder.
59+
5960

6061
Building from source checkout
6162
-----------------------------

0 commit comments

Comments
 (0)