Created
December 2, 2016 21:15
-
-
Save ConnorRigby/71443a0f51e9c176e674a08d40dd8502 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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