You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,11 +84,17 @@ The backend is a vanilla WordPress install, hosted at [WP Engine](https://nextjs
84
84
85
85
**WDS SSO** - Our internal single-sign on service.
86
86
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`.
88
88
89
89
**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)
90
90
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.
92
98
93
99
**WP Migrate DB Pro** - Used for moving database and files between environments.
0 commit comments