@@ -5,9 +5,9 @@ A GraphQL for ProcessWire.
55
66The module seamlessly integrates to your [ ProcessWire] [ pw ] web app and allowa you to
77serve the GraphQL api of your existing app. You don't need to apply changes to
8- your content or it's structure.
8+ your content or it's structure.
99
10- Here is an example of ProcessGraphQL in action after installing it to
10+ Here is an example of ProcessGraphQL in action after installing it to
1111[ skyscrapers] [ pw-skyscrapers ] profile.
1212
1313![ ProcessGraphQL Simple Query] [ img-query ]
@@ -24,8 +24,8 @@ Documentation for your api is easily accessible via GraphiQL interface.
2424![ ProcessGraphQL Schema Documentation] [ img-documentation ]
2525
2626## Requirements
27- - ProcessWire version 3.x.x and up. There are no plans to support the older versions.
28- - PHP version 5.4 and up.
27+ - ProcessWire version 3.x.x and up. There are no plans to support the older versions.
28+ - PHP version 5.5 and up.
2929
3030> It would be very helpful if you open an issue when encounter errors regarding
3131> environment incompatibilities.
@@ -47,7 +47,7 @@ GraphQL api.
4747There are some options to configure the ProcessGraphQL module.
4848
4949### MaxLimit
50- The MaxLimit option allows you to set the ProcessWire's [ limit] [ pw-api-selectors-limit ] slelector. So that
50+ The MaxLimit option allows you to set the ProcessWire's [ limit] [ pw-api-selectors-limit ] slelector. So that
5151client is not able to more than that. While client can set values less than MaxLimit, if
5252she requests more it will be overwritten and set to MaxLimit. Default is 100.
5353#### Type
@@ -114,7 +114,7 @@ echo $modules->get('ProcessGraphQL')->executeGraphiQL();
114114> disable ` $config->prependTemplateFile ` and/or ` $config->appendTemplateFile `
115115> for the template that exposes GraphiQL.
116116
117- By default the GraphiQL is pointed to your admin GraphQL server, which is
117+ By default the GraphiQL is pointed to your admin GraphQL server, which is
118118` /processwire/setup/graphql/ ` . You might want to change that because ProcessWire
119119will not allow guest users to access that url. You can point GraphiQL to whatever adress
120120you want by a property ` GraphQLServerUrl ` . ProcessGraphQL will respect that property
@@ -149,4 +149,4 @@ that permission she won't be able to query it.
149149[ img-query ] : https://raw.githubusercontent.com/dadish/ProcessGraphQL/master/imgs/ProcessGraphQL-Query.gif
150150[ img-filtering ] : https://raw.githubusercontent.com/dadish/ProcessGraphQL/master/imgs/ProcessGraphQL-Filtering.gif
151151[ img-fieldtypes ] : https://raw.githubusercontent.com/dadish/ProcessGraphQL/master/imgs/ProcessGraphQL-Fieldtypes.gif
152- [ img-documentation ] : https://raw.githubusercontent.com/dadish/ProcessGraphQL/master/imgs/ProcessGraphQL-Documentation.gif
152+ [ img-documentation ] : https://raw.githubusercontent.com/dadish/ProcessGraphQL/master/imgs/ProcessGraphQL-Documentation.gif
0 commit comments