Sha256: 829bab66b5a9f0e549b6853a0af271780a2286b066106049c35ea1f1fa152505
Contents?: true
Size: 348 Bytes
Versions: 4
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true module SolidusGraphqlApi module Queries module Taxonomy class RootTaxonQuery attr_reader :taxonomy def initialize(taxonomy:) @taxonomy = taxonomy end def call SolidusGraphqlApi::BatchLoader.for(taxonomy, :root) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems