roborourke / wp-graphql-meta

Adds meta data registered via register_meta() to the GraphQL output.
19 stars 9 forks source link

Provide graphql_meta_field_name filter for custom meta names in GraphQL. #5

Closed chriszarate closed 2 years ago

chriszarate commented 6 years ago

This allows you to customize the name of the field in GraphQL instead of using the meta key by default. Minor, but allows to use snake_case in WP but camelCase in GraphQL.

chriszarate commented 2 years ago

Closing, project abandoned