Getting the following error
uninitialized constant GraphqlDevise (NameError)
ActionDispatch::Routing::Mapper.include(GraphqlDevise::RouteMounter)
^^^^^^^^^^^^^
Possibly related to #209
If I move ActionDispatch::Routing::Mapper.include(GraphqlDevise::RouteMounter) to the end of the file then it works
Getting the following error
Possibly related to #209
If I move
ActionDispatch::Routing::Mapper.include(GraphqlDevise::RouteMounter)to the end of the file then it works