Skip to content
New issue

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

fix: update file-upload example #321

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Conversation

federicorispo
Copy link
Member

  • Fixed the file-upload example: it is necessary to declare at least one query, otherwise the graphql-java-tools throws exceptions during the schema parsing
  • Replaced the return boolean type with a UploadedFile type containing the filename, type and the content of the textual file uploaded
  • Added a README explaining how to run it

Refs: #94

- Fixed the file-upload example: it is necessary to declare at least one
  query, otherwise the graphql-java-tools throws exceptions during the
  schema parsing
- Replaced the return boolean type with a UploadedFile type containing
  the filename, type and the content of the textual file uploaded
- Added a README explaining how to run it

Refs: #94
@federicorispo federicorispo added bug Something isn't working enhancement New feature or request labels Dec 26, 2023
@federicorispo federicorispo self-assigned this Dec 26, 2023
@federicorispo federicorispo merged commit 909a296 into master Jan 13, 2024
7 checks passed
@federicorispo federicorispo deleted the fix/file-upload-example branch January 13, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant