diff options
Diffstat (limited to 'app/graphql/resolvers/todo_resolver.rb')
-rw-r--r-- | app/graphql/resolvers/todo_resolver.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/resolvers/todo_resolver.rb b/app/graphql/resolvers/todo_resolver.rb index bd5f8f274cd..9a8f7a71154 100644 --- a/app/graphql/resolvers/todo_resolver.rb +++ b/app/graphql/resolvers/todo_resolver.rb @@ -2,7 +2,7 @@ module Resolvers class TodoResolver < BaseResolver - type Types::TodoType, null: true + type Types::TodoType.connection_type, null: true alias_method :target, :object |