Skip to content

Instantly share code, notes, and snippets.

@mneedham
Created August 29, 2019 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mneedham/3901155227e1d8d893be5274ba828846 to your computer and use it in GitHub Desktop.
Save mneedham/3901155227e1d8d893be5274ba828846 to your computer and use it in GitHub Desktop.
Football Transfers Graph GRANDstack App
type SpendingByLeague {
league: String
leagueImage: String
country: String
countryImage: String
moneySpent: Int
moneyReceived: Int
profit: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment