Skip to content
New issue

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

GraphQL support #26

Open
yingban opened this issue Mar 27, 2023 · 2 comments
Open

GraphQL support #26

yingban opened this issue Mar 27, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@yingban
Copy link

yingban commented Mar 27, 2023

Hi!

would it be possible to have GraphQL support with usage like:

query {
  entries(orderBy: "viewCount", section: "news") {
    id
    title
  }
}
@lindseydiloreto
Copy link
Contributor

Hi, thanks for the suggestion! Long-term, we will absolutely be adding GraphQL support along those lines.

However, there are currently no short-term plans involving GraphQL. It may be a year or more before we are able to tackle that. The View Count plugin will likely need some significant parts refactored before it will be possible to add GQL support.

If your project requires support more urgently, DM me on Discord (lindseydiloreto#3339). I may be available to be commissioned for a custom module to cover GraphQL until it's available natively. 🙂

@lindseydiloreto lindseydiloreto added the enhancement New feature or request label Mar 28, 2023
@yingban
Copy link
Author

yingban commented Apr 11, 2023

Thanks for the feedback.

it's not urgent at all, I may try myself first as an exercise :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants