Open
Description
Using Apollo Client with gql
Consider the following query
mutation SET_FILTERS_MUTATION($fromDate: String!, $toDate: String!) {
setFilters(fromDate: $fromDate, toDate: $toDate) @client
}
The @client is not recognised by the plugin. Am I doing something wrong here?
eslint settings
rules: {
'graphql/template-strings': [
'error',
{
env: 'apollo',
tagName: 'gql',
projectName: 'app'
}
]
}
Metadata
Metadata
Assignees
Labels
No labels