Skip to content

Instantly share code, notes, and snippets.

@dotansimha
Created November 5, 2018 12:46
Show Gist options
  • Save dotansimha/c91cf45621f4855a192f622a1a49641b to your computer and use it in GitHub Desktop.
Save dotansimha/c91cf45621f4855a192f622a1a49641b to your computer and use it in GitHub Desktop.
type User {
profilePicture: String
}
type Mutation {
uploadProfilePicture(image: File!): User
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment