We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add native GraphQL support for https://www.wpgraphql.com/
The text was updated successfully, but these errors were encountered:
@srtfisher I'm very interested in this issue but it is not clear to me what do you mean by "native support".
Could you outline some of the goals you have in mind? Or features you envision?
Sorry, something went wrong.
Would be cool to offer a trait for models that automatically set the graphql args for register_post_type...
'show_in_graphql' => true, 'graphql_single_name' => '...', 'graphql_plural_name' => '...',
And even more powerful to register_graphql_field() for any public post meta on the model.
register_graphql_field()
renatonascalves
No branches or pull requests
Add native GraphQL support for https://www.wpgraphql.com/
Acceptance Criteria
Background
The text was updated successfully, but these errors were encountered: