Coding a GraphQL server in JavaScript vs. WordPress blog.logrocket.com
This is an article more about GraphQL than WordPress, but still concerning WordPress nevertheless.
My goal is to improve a GraphQL server for WordPress with features that are not currently supported in the GraphQL spec. I discuss which are those features, and why the attempt is justified:
– Using directives vs field arguments? Directives
– Namespacing the schema or not? Yes
– Using nested mutations? Yes
Recent Comments