Skip to content

Instantly share code, notes, and snippets.

@ConnorRigby
Created December 2, 2016 21:15
Show Gist options
  • Save ConnorRigby/71443a0f51e9c176e674a08d40dd8502 to your computer and use it in GitHub Desktop.
Save ConnorRigby/71443a0f51e9c176e674a08d40dd8502 to your computer and use it in GitHub Desktop.
defdatabase Database do
@moduledoc """
The Database that holds all the objects found on the Farmbot Web Api
"""
generate Device, [:id, :planting_area_id, :name, :webcam_url] do
mutation :id do
IO.inspect before
{:ok, before}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment