Skip to content

Instantly share code, notes, and snippets.

@bruce
Created February 10, 2017 20:40
Show Gist options
  • Save bruce/eea168f457bbca310964513617101f9e to your computer and use it in GitHub Desktop.
Save bruce/eea168f457bbca310964513617101f9e to your computer and use it in GitHub Desktop.
object :user do
field :id, :id
field :email, :string
field :password, :string # if you really want to make it available
field :enabled, :boolean
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment