Skip to content

Instantly share code, notes, and snippets.

@jacek213
Created October 24, 2018 08:40
Show Gist options
  • Save jacek213/445789987ec7cbb287f34b7bd503c31b to your computer and use it in GitHub Desktop.
Save jacek213/445789987ec7cbb287f34b7bd503c31b to your computer and use it in GitHub Desktop.
export do
field :car_name, :string do
export_value do
bindings[:object]&.car_model&.car_name&.name
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment