graphql-kit / graphql-faker

🎲 Mock or extend your GraphQL API with faked data. No coding required.
MIT License
2.69k stars 225 forks source link

Faking file uploads/downloads #154

Open oberoivarun opened 3 years ago

oberoivarun commented 3 years ago

I want to mock MultipartFile scalar type. I want to use the example directive to download a few example files from a local assets folder and similarly upload examples which are not persisted to disk.

Does this library support that? If not, can it be a feature in the future?