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