エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
graphql-deviseのmount_graphql_devise_forの処理を追う - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
graphql-deviseのmount_graphql_devise_forの処理を追う - Qiita
# https://github.com/graphql-devise/graphql_devise/blob/v0.18.2/lib/graphql_devise/rails/routes.r... # https://github.com/graphql-devise/graphql_devise/blob/v0.18.2/lib/graphql_devise/rails/routes.rb module ActionDispatch::Routing class Mapper def mount_graphql_devise_for(resource, options = {}) clean_options = GraphqlDevise::ResourceLoader.new(resource, options, true).call( GraphqlDevise::Types::QueryType, GraphqlDevise::Types::MutationType ) post clean_options.at, to: 'graphql_devise/graphql#au