This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
6a4d1b63fe
gitlab-org--gitlab-foss
/
app
/
graphql
/
resolvers
/
base_resolver.rb
7 lines
107 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable frozen string in app/graphql + app/finders Partially addresses #47424.
2018-09-11 15:08:34 -04:00
# frozen_string_literal: true
Initial setup GraphQL using graphql-ruby 1.8 - All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
2018-05-23 03:55:14 -04:00
module
Resolvers
class
BaseResolver
<
GraphQL
::
Schema
::
Resolver
end
end
Copy permalink