module Shoulda::Matchers::Graphql::Schema
Public Instance Methods
define_query_type(query_type)
click to toggle source
# File lib/shoulda/matchers/graphql/schema/define_query_type.rb, line 5 def define_query_type(query_type) DefineQueryType.new(query_type) end