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