Packages

The extension for building GraphQL APIs with Ash

Current section

Files

Jump to
ash_graphql lib resource mutation_group.ex
Raw

lib/resource/mutation_group.ex

# SPDX-FileCopyrightText: 2020 ash_graphql contributors <https://github.com/ash-project/ash_graphql/graphs/contributors>
#
# SPDX-License-Identifier: MIT
defmodule AshGraphql.Resource.MutationGroup do
@moduledoc false
defstruct [:name, :__identifier__, :__spark_metadata__, mutations: []]
end