Skip to content

Commit

Permalink
fix graphql namespace for resolvers. #619
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Aug 31, 2020
1 parent b6c3346 commit cebb4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions app/graphql/resolvers/base.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
module Resolvers
class Base < GraphQL::Schema::Resolver

end
class Base < GraphQL::Schema::Resolver
end
2 changes: 1 addition & 1 deletion app/graphql/resolvers/content_url.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

class ContentUrl < Resolvers::Base
class ContentUrl < Base
type Url, null: false

def resolve
Expand Down

0 comments on commit cebb4d9

Please sign in to comment.