Welcome to mirror list, hosted at ThFree Co, Russian Federation.

base_scalar.rb « types « graphql « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 719bc808f471cec7a44a6760b92ac692102e9ab8 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

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