chore: format

This commit is contained in:
Zach Daniel 2024-04-04 21:45:33 -04:00
parent fdfec3b210
commit 10fa6b2ff7

View file

@ -634,12 +634,12 @@ defmodule AshGraphql.Resource do
else else
args = args =
case mutation_fields( case mutation_fields(
resource, resource,
schema, schema,
action, action,
mutation.type, mutation.type,
mutation.hide_inputs mutation.hide_inputs
) do ) do
[] -> [] ->
mutation_args(mutation, resource, schema) mutation_args(mutation, resource, schema)