flutter-graphql-upload-example icon indicating copy to clipboard operation
flutter-graphql-upload-example copied to clipboard

How to define the scalar?

Open bartonhammond opened this issue 5 years ago • 0 comments

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?

bartonhammond avatar Jun 26 '20 23:06 bartonhammond