You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1260,6 +1260,7 @@ Scoped slot props:
1260
1260
-`result.times`: number of times the result was updated
1261
1261
-`query`: Smart Query associated with the component
1262
1262
-`isLoading`: Smart Query loading state
1263
+
-`gqlError`: first GraphQL error if any
1263
1264
1264
1265
Events:
1265
1266
@@ -1340,6 +1341,7 @@ Scoped slot props:
1340
1341
-`mutate(options = undefined)`: Function to call the mutation. You can override the mutation options (for example: `mutate({ variables: { foo: 'bar } })`)
1341
1342
-`loading`: Boolean indicating that the request is in flight
1342
1343
-`error`: Eventual error for the last mutation call
0 commit comments