Current section

Files

Jump to
potionx priv templates potion.gen.gql_for_model model_mock.ex
Raw

priv/templates/potion.gen.gql_for_model/model_mock.ex

defmodule <%= module_name_data %>.<%= context_name %>.<%= model_name %>Mock do
def run do
<%= mock %>
end
def run_patch do
<%= mock_patch %>
end
end