Sander Ploegsma

Results 69 comments of Sander Ploegsma
trafficstars

@malfborger not sure if you still need this a year later, but I ran into the same issue. I ended up creating a separate source plugin for Gatsby that uses...

@Kamshak Nginx indeed seems to support plain text passwords in the passwd file. However, when I create a Kubernetes secret that contains `foo:bar` (base64 encoded) the Nginx Controller doesn't accept...

@jasonbahl what do you think? Is this something you think is a feasible feature?

@renatoruk Just waiting for @jasonbahl to leave his thoughts...

So far I've been using a rough draft of this PR as a fork for some time without issues! I'd say set up a clone of your WP instance and...

Correct, this only works for ACF fields.

I think it should be possible for the plugin to generate a GraphQL interface for these field groups next to the post type specific versions: ``` graphql interface MyCustomFieldGroup {...

@jasonbahl any updates on this? I'm having the same issue with a Gatsby site, which means I can't use fragments to clean up page queries, leading to a lot of...

@jasonbahl I'm not that well versed in WPGraphQL development to be honest, so I would have no idea. The docs don't help much 😅 https://docs.wpgraphql.com/extending/types/#interfaces I did set up a...

Small update: I tested some more with a local copy of the WP instance that backs our website. Just removing the `PostType_` prefix was a bit too simple, mainly because...