Sha256: 99687ddc9780ff43f34ffbed40a2a4c35d49545a498abcfe43e4f68e9f09f40a
Contents?: true
Size: 274 Bytes
Versions: 18
Compression:
Stored size: 274 Bytes
Contents
module Api module V1 class GraphqlController < ApplicationController include GraphqlDevise::Concerns::SetUserByToken before_action :authenticate_user! def graphql render json: DummySchema.execute(params[:query]) end end end end
Version data entries
18 entries across 18 versions & 1 rubygems