# SPDX-FileCopyrightText: 2020 ash_graphql contributors # # SPDX-License-Identifier: MIT defmodule AshGraphql.Resource.MutationGroup do @moduledoc false defstruct [:name, :__identifier__, :__spark_metadata__, mutations: []] end