Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit afb3fbe

Browse files
committed
bump
1 parent 5f14594 commit afb3fbe

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,17 @@ The backend is a vanilla WordPress install, hosted at [WP Engine](https://nextjs
8484

8585
**WDS SSO** - Our internal single-sign on service.
8686

87-
**WP GraphQL** - GraphQL is installed and the endpoint is: `https://nextjs.wpengine.com/graphql`
87+
**WP GraphQL** - GraphQL is installed and the endpoint is: `https://nextjs.wpengine.com/graphql`.
8888

8989
**WP GraphiQL** - Use WP GraphiQL to build queries in the [WordPress Dashboard](https://nextjs.wpengine.com/wp-admin/admin.php?page=wp-graphiql%2Fwp-graphiql.php). Those queries can be copied and pasted right into [/lib/api.js](https://github.com/WebDevStudios/nextjs-wordpress-starter/blob/main/lib/api.js)
9090

91-
**WP GraphQL JWT** - Allows the frontend to talk to the backend via environment variable `.env.local`
91+
**WP GraphQL ACF** - Gives the option to expose ACF fields in GraphQL.
92+
93+
**WP GraphQL Gutenberg** - Expose Block (Gutenberg) data to GraphQL.
94+
95+
**WP GraphQL JWT** - Allows the frontend to talk to the backend via environment variable `.env.local`.
96+
97+
**WP GraphQL Yoast** - Exposes Yoast SEO settings in GraphQL.
9298

9399
**WP Migrate DB Pro** - Used for moving database and files between environments.
94100

0 commit comments

Comments
 (0)