Skip to content

Commit 24f3d28

Browse files
author
Guillaume Chau
committed
docs: update
1 parent ce6467d commit 24f3d28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,7 @@ Scoped slot props:
12601260
- `result.times`: number of times the result was updated
12611261
- `query`: Smart Query associated with the component
12621262
- `isLoading`: Smart Query loading state
1263+
- `gqlError`: first GraphQL error if any
12631264

12641265
Events:
12651266

@@ -1340,6 +1341,7 @@ Scoped slot props:
13401341
- `mutate(options = undefined)`: Function to call the mutation. You can override the mutation options (for example: `mutate({ variables: { foo: 'bar } })`)
13411342
- `loading`: Boolean indicating that the request is in flight
13421343
- `error`: Eventual error for the last mutation call
1344+
- `gqlError`: first GraphQL error if any
13431345

13441346
Events:
13451347

0 commit comments

Comments
 (0)