You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you looked into supporting metabox settings pages at all? I'm just getting started with wp-graphql, and I see that settings registered via register_settings() are natively supported, but I'm not quite sure where to get started if I would want some of my metabox.io created settings pages registered for graphql?
The text was updated successfully, but these errors were encountered:
I've never used custom settings, so right now - no. But I would like this plugin to be fully featured, so this is definitely something I want to implement.
What I have found with MB is that any additional configuration parameters you give to their registration settings get pushed through, so you can use them in a graphql registration hook.
Readshow_in_graphql and graphql_name from configuration (see existing code for this).
Should settings be valid, register the settings field.
Optional resolve complex settings types (there's a list in the docs linked above).
Have you looked into supporting metabox settings pages at all? I'm just getting started with wp-graphql, and I see that settings registered via register_settings() are natively supported, but I'm not quite sure where to get started if I would want some of my metabox.io created settings pages registered for graphql?
The text was updated successfully, but these errors were encountered: