Use graphql playground instead of graphiql

This commit is contained in:
Paul Chavard 2020-04-09 12:41:35 +02:00
parent e45d56c681
commit 7a8fd3c679
5 changed files with 12 additions and 87 deletions

View file

@ -3,3 +3,10 @@ GraphQL::RailsLogger.configure do |config|
'API::V2::GraphqlController' => ['execute']
}
end
GraphqlPlayground::Rails.configure do |config|
config.title = "demarches-simplifiees.fr"
config.settings = {
"schema.polling.enable": false
}
end