Skip to content

Instantly share code, notes, and snippets.

@leocavalcante
Created August 10, 2019 18:40
Show Gist options
  • Save leocavalcante/e3a0d46bf2f22845e0a6b1b87ca4e77b to your computer and use it in GitHub Desktop.
Save leocavalcante/e3a0d46bf2f22845e0a6b1b87ca4e77b to your computer and use it in GitHub Desktop.
type Todo {
id: Int
title: String
body: String
done: Boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment