Skip to content

Commit

Permalink
misc: Remove deprecated graphql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rsempe committed Sep 23, 2024
1 parent 6f6b7ff commit 8e1601b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 385 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ require "graphql/rake_task"

Rails.application.load_tasks

# TODO(graphql_schema): This schema is deprecated and should be removed.
GraphQL::RakeTask.new(schema_name: "LagoApiSchema")

GraphQL::RakeTask.new(
schema_name: "Schemas::ApiSchema",
idl_outfile: "graphql_schemas/api.graphql",
Expand Down
95 changes: 0 additions & 95 deletions app/controllers/graphql_controller.rb

This file was deleted.

52 changes: 0 additions & 52 deletions app/graphql/lago_api_schema.rb

This file was deleted.

149 changes: 0 additions & 149 deletions app/graphql/types/mutation_type.rb

This file was deleted.

71 changes: 0 additions & 71 deletions app/graphql/types/query_type.rb

This file was deleted.

3 changes: 0 additions & 3 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
mount Sidekiq::Web, at: '/sidekiq' if defined? Sidekiq::Web
mount Karafka::Web::App, at: '/karafka' if ENV['KARAFKA_WEB']

# TODO(graphql_schema): This route is deprecated and should be removed.
post '/graphql', to: 'graphql#execute'

post '/api/graphql', to: 'graphql/api#execute'
post '/customer_portal/graphql', to: 'graphql/customer_portal#execute'

Expand Down
Loading

0 comments on commit 8e1601b

Please sign in to comment.