File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,13 @@ Documentation for your api is easily accessible via GraphiQL interface.
3131> environment incompatibilities.
3232
3333## Installation
34- To install the module, place the contents of this directory into your ` /site/modules/ `
35- directory and go to ` Setup -> Modules ` in your ProcessWire admin panel and click
36- __ Refresh__ button. You should see the ProcessGraphQL module that you can install
37- by clicking the __ Install__ button next to it.
34+ To install the module, go to __ Modules -> Install -> Add New__ . Scroll down to get
35+ to the section __ Add Module from URL__ . Paste this URL into the __ Module ZIP file URL__ field
36+ ` https://github.com/dadish/ProcessGraphQL/archive/master.zip ` then press __ Download__ .
37+ ProcessWire will download this module and place it at ` /site/modules/ ` directory for you.
38+ After you did that, you should see __ GraphQL__ module among others. Go ahead and press __ Install__
39+ button next to it. Choose the templates and fields you want to access through your GaphQL api and
40+ you are good to go.
3841
3942After you installed the ProcessGraphQL, you can go to ` Setup -> GraphQL ` in your
4043admin panel and you will see the GraphiQL where you can perform queries to your
You can’t perform that action at this time.
0 commit comments