docs: Add stories using GraphQL - #105
Draft
bastilian wants to merge 1 commit into
Draft
Conversation
❌ 3 blocking issues (3 total)
|
bastilian
force-pushed
the
stories_about_graphql
branch
from
May 5, 2026 22:54
b9d7412 to
7492f6f
Compare
bastilian
force-pushed
the
stories_about_graphql
branch
2 times, most recently
from
May 18, 2026 18:58
74c23ce to
8423146
Compare
|
Coverage Impact ⬇️ Merging this pull request will decrease total coverage on Modified Files with Diff Coverage (2)
🤖 Increase coverage with AI coding...🚦 See full report on Qlty Cloud » 🛟 Help
|
| * This hook is a wrapper around [TanStack's `useQuery`](https://tanstack.com/query/latest) and provides functions that can be directly utilised with a TableToolsTabls. | ||
| * | ||
| * @param {object} [options] Options | ||
| * @param {Function} [options.fetchFn] Fetch function that will be passed on to `useQuery` |
| * @param {object|Array} [options.queue] A "queue" array or object of fetchFn that should be called instead of a fetchFn | ||
| * @param {object} [options.tableQueries] Options to pass to the `useTableQueries hook | ||
| * @param {object} [options.totalBatched] Options to pass to the `useQueryTotalBatched` hook | ||
| * @param {Function} [options.combineParamsWithTableState] Function to customise combining the table state with other parameters |
| * @param {object} [options.totalBatched] Options to pass to the `useQueryTotalBatched` hook | ||
| * @param {Function} [options.combineParamsWithTableState] Function to customise combining the table state with other parameters | ||
| * | ||
| * @returns {object} |
There was a problem hiding this comment.
Missing JSDoc @returns description. [eslint:jsdoc/require-returns-description]
bastilian
force-pushed
the
stories_about_graphql
branch
from
May 19, 2026 20:17
8423146 to
c9353c1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.