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
I want to be able to generate meta object on a top-level document (for resource collection), but also for a resource object.
Is it possible with Graphiti? I know the DSL ::stats method can be used to generate the "meta object" for stats.
stats
The text was updated successfully, but these errors were encountered:
No per-resource metadata at the moment (most clients don't parse it), but would love to see
Sorry, something went wrong.
I dig into the code and see how it could be done.
@richmolj how can I set it for resource collection response (not is the stats key)?
respond_with(resource, meta: { some: 'thing' })
No branches or pull requests
I want to be able to generate meta object on a top-level document (for resource collection), but also for a resource object.
Is it possible with Graphiti? I know the DSL ::stats method can be used to generate the "meta object" for
stats
.The text was updated successfully, but these errors were encountered: