Module: Sanity::Queryable::ClassMethods

Defined in:
lib/sanity/queryable.rb

Constant Summary collapse

DEFAULT_KLASS_QUERIES =
%i[find where].freeze
QUERY_ENDPOINTS =
{
  find: "data/doc",
  where: "data/query"
}.freeze