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
My schema:
scalar Upload input CompanyUpdateInput { logo: Upload # logo is optional } type Company { id: ID! } type Mutation { updateUserCompany(company: CompanyUpdateInput!): Company! }
logo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My schema:
Case 1: Make a query with no File selected:
Case 2: Make a query with no File/map keys in form-data:
logo
field.The text was updated successfully, but these errors were encountered: