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
This issue tracks the implementation of ordering prompts by promptId: DESC in Hasura queries for Masterbots.
promptId: DESC
PR #393 added orderBy clauses to sort prompts by promptId: 'DESC' in several functions:
orderBy
promptId: 'DESC'
getCategories()
getThread()
getChatbot()
PR: #393 Comment: #393 (comment)
The text was updated successfully, but these errors were encountered:
AndlerRL
No branches or pull requests
Background
This issue tracks the implementation of ordering prompts by
promptId: DESC
in Hasura queries for Masterbots.Current Status
PR #393 added
orderBy
clauses to sort prompts bypromptId: 'DESC'
in several functions:getCategories()
getThread()
getChatbot()
Next Steps
Reference
PR: #393
Comment: #393 (comment)
The text was updated successfully, but these errors were encountered: