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
fragment UserFragment on User {
id
username
name
email
time_zone
state
custom_expression_access
user_roles(filter: $filter, sorts: $sorts) {
id
role {
id
name
type
}
}
}
The linter seems not recognized that $filter is use by the Fragment and send me a error. Do we have a solution for this kind of issue or I have to add a // eslint-disable-next-line in the Query file ?
The text was updated successfully, but these errors were encountered:
Hi,
I have this lint error :
Here my Query :
And here my Fragment :
The linter seems not recognized that $filter is use by the Fragment and send me a error. Do we have a solution for this kind of issue or I have to add a
// eslint-disable-next-line
in the Query file ?The text was updated successfully, but these errors were encountered: