Alex Moon
Alex Moon
Just realized I need this for my client. I'll be working on it but wanted to give you a heads up. If you have any input, suggestions, etc...would love to...
I'm seeing an issue with Polylang and trying to fetch content by uri. https://github.com/valu-digital/wp-graphql-polylang/issues/57 it's already been reported on the polylang repo but it may be a core issue. If...
# description Currently you only get a success message. Even if the comment is held for moderation. I would like to be able to provide that information back to the...
I've seem other GraphQL APIs on CMSs provide `prev` and `next` connections on a node edge. This would be helpful in my case for creating page level navigation for next...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure it has not already been reported ### Fastify version 3.19.0...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
I was trying to abstract my SEO information into my layout so I didn't have to repeat myself in each post/page/tag/category/etc template. The query I started writing looks like this:...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue So,...
What does this implement/fix? Explain your changes. --------------------------------------------------- 1. ~Changed the `commentOn` type to by ID as it seems it should be. Given this is potentially a breaking change I...
What does this implement/fix? Explain your changes. --------------------------------------------------- Makes comment authors who are not `Users` (aka `GuestCommenters`), available to be queried from the RootQuery. `GuestCommenter` type has replaced `CommentAuthor` type...