DEV Community

Stella Mwanahamuntu
Stella Mwanahamuntu

Posted on

Building with React, WordPress and GraphQL

I am currently working on a project that needs me to work with WordPress, Graphql, and React.

I downloaded WPGraphQL plugin and found that WPGraphQl may have some limitations. I haven't been able to create an endpoint to communicate between WordPress and another external Database that belongs to another Micro-service. If I am not mistaken I have to write a PHP function of some sort.

Any advice and tips??

Thank you.

Top comments (1)

Collapse
 
vanaf1979 profile image
Stephan Nijman

I don't know the plugin very well, but I think these docs should get you started!? docs.wpgraphql.com/extending/types Scroll down to "Registering New Types"