Skip to content

Files

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

HWP Toolkit Documentation

Explanation Documentation

Title Description
GET vs POST Explanation on choosing between GET and POST methods for WPGraphQL requests.
GraphQL Endpoints Documentation on differences between using /graphql or ?graphql for WPGraphQL endpoint.
Headless Authentication Overview of user authentication and access control in a decoupled WordPress architecture.
Rendering Options A document that explores the various approaches to rendering content from a headless WordPress installation.
Routing A comprehensive explanation on routing in a headless WordPress application.
Sitemaps A comprehensive explanation on sitemaps in a headless WordPress application.

How To Documentation

Title Description
Automatic Persisted Queries in Next.js Pages Router Learn how to reduce latency and network strain in GraphQL queries using Automatic Persisted Queries (APQ) by hashing and reusing query hashes.

Contributing

If you feel like something is missing or you want to add documentation, we encourage you to contribute! Please check out our Contributing Guide for more details.