Alex Moon

Results 18 issues of 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...

enhancement
help wanted

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...

Bug
close candidate
focus: node resolver

# 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...

Enhancement
effort: med
impact: med
focus: mutation refactor

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...

type: enhancement
needs: discussion
effort: high
impact: med
component: connections

### 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...

semver-minor
good first issue

### 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...

stale

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...

type: enhancement
status: in progress
component: mutations

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...

type: enhancement
object type: user
component: query
needs: tests