Skip to content

Instantly share code, notes, and snippets.

@aronbalog
Created May 8, 2018 20:59
Show Gist options
  • Save aronbalog/56b81662715cc1892bc0dd2f1b78ed3e to your computer and use it in GitHub Desktop.
Save aronbalog/56b81662715cc1892bc0dd2f1b78ed3e to your computer and use it in GitHub Desktop.
package com.example.demo.graphql.input
data class PersonInput(
val name: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment