summaryrefslogtreecommitdiff
path: root/app/graphql/types/base_scalar.rb
blob: 719bc808f471cec7a44a6760b92ac692102e9ab8 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

module Types
  class BaseScalar < GraphQL::Schema::Scalar
  end
end