Skip to content

Commit

Permalink
Added relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Apr 13, 2018
1 parent 4ee9238 commit 20b356c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Persisted Query definition

You can split schemas into separate files...

``/app/documents/fragments.graphql``
``documents/fragments.graphql``

.. code:: graphql
Expand All @@ -96,7 +96,7 @@ You can split schemas into separate files...
and define Pythonic imports prefixed with ``#``.

``/app/documents/GetViewer.graphql``
``documents/GetViewer.graphql``

.. code:: graphql
Expand All @@ -122,7 +122,7 @@ and define Pythonic imports prefixed with ``#``.
Multiple Operations
-------------------

``/app/documents/users.graphql``
``documents/users.graphql``

.. code:: graphql
Expand Down Expand Up @@ -208,7 +208,7 @@ Configure the versioning scheme and storage the GraphQL documents according to t
└── full/
└── basic/
👉 ``/app/documents/v1/full/GetViewer.graphql``
👉 ``documents/v1/full/GetViewer.graphql``

.. code:: graphql
Expand Down

0 comments on commit 20b356c

Please sign in to comment.