Skip to content

Commit

Permalink
Merge 2a1636e into c200065
Browse files Browse the repository at this point in the history
  • Loading branch information
mcelicalderon committed Apr 1, 2020
2 parents c200065 + 2a1636e commit 73c6c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql_devise/rails/routes.rb
Expand Up @@ -67,7 +67,7 @@ def mount_graphql_devise_for(resource, options = {})
end

if (prepared_mutations.present? || additional_mutations.present?) &&
(Gem::Version.new(GraphQL::VERSION) <= Gem::Version.new('1.10.0') || GraphqlDevise::Schema.mutation.nil?)
(Gem::Version.new(GraphQL::VERSION) < Gem::Version.new('1.10.0') || GraphqlDevise::Schema.mutation.nil?)
GraphqlDevise::Schema.mutation(GraphqlDevise::Types::MutationType)
end

Expand Down

0 comments on commit 73c6c55

Please sign in to comment.