# frozen_string_literal: true Schema = GraphQL::Schema.define do # configuration stuff instrument(:field, AssociationPreloadInstrumentation.new) end