flutter-graphql-upload-example
flutter-graphql-upload-example copied to clipboard
How to define the scalar?
How do I upload the file just using Playground? I see:
mutation($file: Upload!) {
upload(file: $file)
}
How is this done if working solely w/in the Playground?