Hey, first off this looks awesome. I was wondering if you'd considered ways to add meta data yet?
Few potential ways to do this:
- leverage
register_meta() from the REST API and add those items to the relevant object type
- add a
Meta type for each posts, user and terms and create resolvers etc
The latter one would provide full flexibility I guess however the former approach has the benefit of explicitly stating the metadata plug it's type and definition.
What do you think?
Hey, first off this looks awesome. I was wondering if you'd considered ways to add meta data yet?
Few potential ways to do this:
register_meta()from the REST API and add those items to the relevant object typeMetatype for each posts, user and terms and create resolvers etcThe latter one would provide full flexibility I guess however the former approach has the benefit of explicitly stating the metadata plug it's type and definition.
What do you think?