From c744d8e2fb70ea51afe952bc440dc34b8980beb2 Mon Sep 17 00:00:00 2001 From: Leonardo Losoviz Date: Tue, 22 Sep 2020 18:57:11 +0800 Subject: [PATCH] Updated module desc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22047065f..3c815c84c 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ GraphQL API is extensible, and ships with the following modules (organized by ca Interactive Schema for Single EndpointMake a public Interactive Schema client available under /schema/, to visualize the schema accessible through the single endpoint. It requires pretty permalinks enabled GraphiQL for Custom EndpointsEnable custom endpoints to be attached their own GraphiQL client, to execute queries against them Interactive Schema for Custom EndpointsEnable custom endpoints to be attached their own Interactive schema client, to visualize the custom schema subset -GraphiQL ExplorerAdd the Explorer widget to the GraphiQL client when creating Persisted Queries, to simplify coding the query (by point-and-clicking on the fields) +GraphiQL ExplorerAdd the Explorer widget to the GraphiQL client, to simplify coding the query (by point-and-clicking on the fields)
Schema Type Schema Custom PostsBase functionality for all custom posts Schema Generic Custom PostsQuery any custom post type (added to the schema or not), through a generic type GenericCustomPost