We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When there are two errors, relay-compiler shows the code excerpt
relay-compiler
ERROR: Encountered 2 errors: - Unknown argument 'emailId' on field 'setEmailPrimary' of type 'Mutation'. components/Emails/EmailList.tsx:3:29 2 | mutation EmailList_setPrimaryEmailMutation($emailId:String!){ 3 | setEmailPrimary(emailId: $emailId){ | ^ 4 | emailId - Unknown argument 'emailAddress' on field 'addEmail' of type 'Mutation'. components/Emails/Emails.tsx:3:22 2 | mutation EmailsAddEmailMutation($emailAddress:String!, $userId:String!) { 3 | addEmail(emailAddress: $emailAddress, userId:$userId){ | ^ 4 | emailId
When there is only one, it doesn't show the excerpt
ERROR: Unknown argument 'emailAddress' on field 'addEmail' of type 'Mutation'.
The second form isn't really helpful since it doesn't tell me which mutation/query is causing the issue, nor which file the error is located in.
Relay version 10.1.2
10.1.2
The text was updated successfully, but these errors were encountered:
ff72e8b
No branches or pull requests
When there are two errors,
relay-compiler
shows the code excerptWhen there is only one, it doesn't show the excerpt
The second form isn't really helpful since it doesn't tell me which mutation/query is causing the issue, nor which file the error is located in.
Relay version
10.1.2
The text was updated successfully, but these errors were encountered: