Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency assert-never to v1.3.0 #9165

Merged
merged 1 commit into from
Jul 7, 2024

Update dependency assert-never to v1.3.0

02d8a0e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Update dependency assert-never to v1.3.0 #9165

Update dependency assert-never to v1.3.0
02d8a0e
Select commit
Loading
Failed to load commit list.
GitHub Actions / rubocop succeeded Jul 7, 2024 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3028)

Rakefile|1 col 1| no Ruby script found in input
(Using Ruby 3.3 parser; configure using TargetRubyVersion parameter, under AllCops)
app/controllers/application_controller.rb|59 col 26| Use ENV.fetch("MAPBOX_ACCESS_TOKEN") or ENV.fetch("MAPBOX_ACCESS_TOKEN", nil) instead of ENV["MAPBOX_ACCESS_TOKEN"].
app/controllers/application_controller.rb|73 col 40| Omit the hash value.
app/controllers/application_controller.rb|185 col 20| Omit the hash value.
app/controllers/application_controller.rb|194 col 12| Use except(*ASSUMED_IDENTITY_SESSION_LOGGING_OMIT_HEADERS) instead.
app/controllers/concerns/cms_content_helpers.rb|19 col 25| Omit the hash value.
app/controllers/csv_exports_controller.rb|47 col 21| Omit the hash value.
app/controllers/csv_exports_controller.rb|48 col 22| Omit the hash value.
app/controllers/csv_exports_controller.rb|75 col 74| Omit the hash value.
app/controllers/csv_exports_controller.rb|111 col 37| Omit the hash value.
app/controllers/csv_exports_controller.rb|126 col 31| Omit the hash value.
app/controllers/csv_exports_controller.rb|143 col 21| Omit the hash value.
app/controllers/csv_exports_controller.rb|144 col 22| Omit the hash value.
app/controllers/graphiql_controller.rb|3 col 3| Put the end of empty method definitions on the next line.
app/controllers/liquid_docs_controller.rb|3 col 3| Put the end of empty method definitions on the next line.
app/controllers/registrations_controller.rb|25 col 35| Move locale texts to the locale files in the config/locales directory.
app/controllers/reports_controller.rb|9 col 3| Put the end of empty method definitions on the next line.
app/controllers/sns_notifications_controller.rb|30 col 46| Omit the hash value.
app/controllers/stripe_account_controller.rb|7 col 49| Omit the hash value.
app/controllers/stripe_webhooks_controller.rb|7 col 31| Use ENV.fetch('STRIPE_ACCOUNT_ENDPOINT_SECRET') or ENV.fetch('STRIPE_ACCOUNT_ENDPOINT_SECRET', nil) instead of ENV['STRIPE_ACCOUNT_ENDPOINT_SECRET'].
app/controllers/stripe_webhooks_controller.rb|26 col 31| Use ENV.fetch('STRIPE_CONNECT_ENDPOINT_SECRET') or ENV.fetch('STRIPE_CONNECT_ENDPOINT_SECRET', nil) instead of ENV['STRIPE_CONNECT_ENDPOINT_SECRET'].
app/controllers/stripe_webhooks_controller.rb|57 col 55| Omit the hash value.
app/controllers/stripe_webhooks_controller.rb|57 col 76| Omit the hash value.
app/controllers/user_con_profiles_controller.rb|43 col 13| Move locale texts to the locale files in the config/locales directory.
app/controllers/user_con_profiles_controller.rb|55 col 5| Use safe navigation (&.) instead of checking if an object exists before calling the method.
app/graphql/concerns/cms_content_group_mutation.rb|14 col 33| Use :"#{content_type.tableize}=" instead of "#{content_type.tableize}=".
app/graphql/concerns/cms_parent_implementation.rb|10 col 33| Omit the hash value.
app/graphql/concerns/cms_parent_implementation.rb|36 col 33| Omit the hash value.
app/graphql/concerns/cms_parent_implementation.rb|37 col 39| Omit the hash value.
app/graphql/concerns/context_accessors.rb|45 col 13| Omit the hash value.
app/graphql/concerns/context_accessors.rb|48 col 25| Omit the hash value.
app/graphql/concerns/form_response_attrs_fields.rb|6 col 5| Missing field description
app/graphql/concerns/form_response_attrs_fields.rb|7 col 5| Missing field description
app/graphql/concerns/form_response_attrs_fields.rb|8 col 5| Missing field description
app/graphql/concerns/form_response_attrs_fields.rb|9 col 7| Missing argument description
app/graphql/concerns/form_response_attrs_fields.rb|11 col 5| Missing field description
app/graphql/concerns/form_response_attrs_fields.rb|12 col 7| Missing argument description
app/graphql/concerns/form_response_attrs_fields.rb|33 col 19| Omit the hash value.
app/graphql/concerns/form_response_attrs_fields.rb|54 col 19| Omit the hash value.
app/graphql/concerns/scheduled_value_inputs.rb|10 col 70| Omit the hash value.
app/graphql/graphql_operation.rb|1 col 7| Missing type description
app/graphql/graphql_operation.rb|4 col 34| Omit the hash value.
app/graphql/intercode_schema.rb|2 col 1| max_complexity should be configured for schema.
app/graphql/intercode_schema.rb|2 col 1| max_depth should be configured for schema.
app/graphql/intercode_schema.rb|2 col 7| Missing type description
app/graphql/intercode_schema.rb|3 col 9| Missing type description
app/graphql/intercode_schema.rb|32 col 9| Missing type description
app/graphql/intercode_schema.rb|54 col 27| Omit the hash value.
app/graphql/intercode_schema.rb|68 col 27| Omit the hash value.
app/graphql/intercode_schema.rb|71 col 26| Omit the hash value.
app/graphql/intercode_schema.rb|83 col 64| Omit the hash value.
app/graphql/intercode_schema.rb|83 col 92| Omit the hash value.
app/graphql/mutations/accept_clickwrap_agreement.rb|2 col 7| Missing type description
app/graphql/mutations/accept_clickwrap_agreement.rb|3 col 3| Missing field description
app/graphql/mutations/accept_signup_request.rb|2 col 7| Missing type description
app/graphql/mutations/accept_signup_request.rb|3 col 3| Missing field description
app/graphql/mutations/accept_signup_request.rb|4 col 3| Missing field description
app/graphql/mutations/accept_signup_request.rb|6 col 3| Missing argument description
app/graphql/mutations/accept_signup_request.rb|11 col 61| Omit the hash value.
app/graphql/mutations/accept_signup_request.rb|15 col 46| Omit the hash value.
app/graphql/mutations/add_order_entry_to_current_pending_order.rb|2 col 7| Missing type description
app/graphql/mutations/add_order_entry_to_current_pending_order.rb|3 col 3| Missing field description
app/graphql/mutations/add_order_entry_to_current_pending_order.rb|4 col 3| Missing argument description
app/graphql/mutations/add_order_entry_to_current_pending_order.rb|5 col 3| Missing argument description
app/graphql/mutations/add_order_entry_to_current_pending_order.rb|23 col 20| Omit the hash value.
app/graphql/mutations/attach_image_to_event.rb|1 col 7| Missing type description
app/graphql/mutations/attach_image_to_event.rb|2 col 3| Missing field description
app/graphql/mutations/attach_image_to_event.rb|3 col 3| Missing field description
app/graphql/mutations/attach_image_to_event.rb|3 col 3| Fields should be sorted in an alphabetical order within their section. Field attachment should appear before event.
app/graphql/mutations/attach_image_to_event.rb|5 col 3| Missing argument description
app/graphql/mutations/attach_image_to_event.rb|6 col 3| Missing argument description
app/graphql/mutations/attach_image_to_event.rb|18 col 19| Omit the hash value.
app/graphql/mutations/attach_image_to_event.rb|18 col 38| Omit the hash value.
app/graphql/mutations/attach_image_to_event_proposal.rb|1 col 7| Missing type description
app/graphql/mutations/attach_image_to_event_proposal.rb|2 col 3| Missing field description
app/graphql/mutations/attach_image_to_event_proposal.rb|3 col 3| Missing field description
app/graphql/mutations/attach_image_to_event_proposal.rb|3 col 3| Fields should be sorted in an alphabetical order within their section. Field attachment should appear before event_proposal.
app/graphql/mutations/attach_image_to_event_proposal.rb|5 col 3| Missing argument description
app/graphql/mutations/attach_image_to_event_proposal.rb|6 col 3| Missing argument description
app/graphql/mutations/attach_image_to_event_proposal.rb|17 col 19| Omit the hash value.
app/graphql/mutations/attach_image_to_event_proposal.rb|17 col 47| Omit the hash value.
app/graphql/mutations/base_mutation.rb|2 col 7| Missing type description
app/graphql/mutations/cancel_order.rb|2 col 7| Missing type description
app/graphql/mutations/cancel_order.rb|3 col 3| Missing field description
app/graphql/mutations/cancel_order.rb|5 col 3| Missing argument description
app/graphql/mutations/cancel_order.rb|6 col 3| Missing argument description
app/graphql/mutations/cancel_order.rb|11 col 35| Omit the hash value.
app/graphql/mutations/cancel_order.rb|11 col 83| Omit the hash value.
app/graphql/mutations/cancel_order.rb|13 col 14| Omit the hash value.
app/graphql/mutations/convert_ticket_to_event_provided.rb|2 col 7| Missing type description
app/graphql/mutations/convert_ticket_to_event_provided.rb|4 col 3| Missing field description
app/graphql/mutations/convert_ticket_to_event_provided.rb|7 col 3| Missing argument description
app/graphql/mutations/convert_ticket_to_event_provided.rb|8 col 3| Missing argument description
app/graphql/mutations/convert_ticket_to_event_provided.rb|9 col 3| Missing argument description
app/graphql/mutations/convert_ticket_to_event_provided.rb|9 col 3| Consider moving arguments to a new input type
app/graphql/mutations/convert_ticket_to_event_provided.rb|16 col 78| Omit the hash value.
app/graphql/mutations/create_cms_content_group.rb|2 col 7| Missing type description
app/graphql/mutations/create_cms_content_group.rb|5 col 3| Missing field description
app/graphql/mutations/create_cms_content_group.rb|6 col 3| Missing argument description
app/graphql/mutations/create_cms_content_group.rb|7 col 3| Missing argument description
app/graphql/mutations/create_cms_file.rb|2 col 7| Missing type description
app/graphql/mutations/create_cms_file.rb|3 col 3| Missing field description
app/graphql/mutations/create_cms_file.rb|4 col 3| Missing argument description
app/graphql/mutations/create_cms_file.rb|5 col 3| Missing argument description
app/graphql/mutations/create_cms_file.rb|5 col 3| Arguments should be sorted in an alphabetical order within their section. Field file should appear before signed_blob_id.
app/graphql/mutations/create_cms_file.rb|18 col 17| Omit the hash value.
app/graphql/mutations/create_cms_graphql_query.rb|2 col 7| Missing type description
app/graphql/mutations/create_cms_graphql_query.rb|3 col 3| Missing field description
app/graphql/mutations/create_cms_graphql_query.rb|4 col 3| Missing argument description
app/graphql/mutations/create_cms_layout.rb|2 col 7| Missing type description
app/graphql/mutations/create_cms_layout.rb|3 col 3| Missing field description
app/graphql/mutations/create_cms_layout.rb|5 col 3| Missing argument description
app/graphql/mutations/create_cms_layout.rb|12 col 19| Omit the hash value.
app/graphql/mutations/create_cms_navigation_item.rb|2 col 7| Missing type description
app/graphql/mutations/create_cms_navigation_item.rb|3 col 3| Missing field description
app/graphql/mutations/create_cms_navigation_item.rb|5 col 3| Missing argument description
app/graphql/mutations/create_cms_navigation_item.rb|12 col 28| Omit the hash value.
app/graphql/mutations/create_cms_partial.rb|2 col 7| Missing type description
app/graphql/mutations/create_cms_partial.rb|3 col 3| Missing field description
app/graphql/mutations/create_cms_partial.rb|5 col 3| Missing argument description
app/graphql/mutations/create_cms_partial.rb|12 col 20| Omit the hash value.
app/graphql/mutations/create_convention.rb|2 col 7| Missing type description
app/graphql/mutations/create_convention.rb|5 col 3| Missing field description
app/graphql/mutations/create_convention.rb|7 col 3| Missing argument description
app/graphql/mutations/create_convention.rb|8 col 3| Missing argument description
app/graphql/mutations/create_convention.rb|9 col 3| Missing argument description
app/graphql/mutations/create_convention.rb|9 col 3| Consider moving arguments to a new input type
app/graphql/mutations/create_convention.rb|9 col 3| Arguments should be sorted in an alphabetical order within their section. Field convention should appear before organization_id.
app/graphql/mutations/create_convention.rb|10 col 3| Missing argument description
app/graphql/mutations/create_convention.rb|10 col 3| Consider moving arguments to a new input type
app/graphql/mutations/create_convention.rb|10 col 3| Arguments should be sorted in an alphabetical order within their section. Field cms_content_set_name should appear before convention.
app/graphql/mutations/create_convention.rb|23 col 55| Omit the hash value.
app/graphql/mutations/create_convention_stripe_account.rb|2 col 7| Missing type description
app/graphql/mutations/create_convention_stripe_account.rb|3 col 3| Missing field description
app/graphql/mutations/create_coupon.rb|2 col 7| Missing type description
app/graphql/mutations/create_coupon.rb|3 col 3| Missing field description
app/graphql/mutations/create_coupon.rb|5 col 3| Missing argument description
app/graphql/mutations/create_coupon.rb|17 col 15| Omit the hash value.
app/graphql/mutations/create_coupon_application.rb|2 col 7| Missing type description
app/graphql/mutations/create_coupon_application.rb|3 col 3| Missing field description
app/graphql/mutations/create_coupon_application.rb|4 col 3| Missing argument description
app/graphql/mutations/create_coupon_application.rb|5 col 3| Missing argument description
app/graphql/mutations/create_coupon_application.rb|16 col 68| Omit the hash value.
app/graphql/mutations/create_coupon_application.rb|17 col 27| Omit the hash value.
app/graphql/mutations/create_department.rb|2 col 1| graphql_name should be specified only for overrides.
app/graphql/mutations/create_department.rb|2 col 7| Missing type description
app/graphql/mutations/create_department.rb|5 col 3| Missing field description
app/graphql/mutations/create_department.rb|7 col 3| Missing argument description
app/graphql/mutations/create_department.rb|7 col 3| Unnecessary argument camelize
app/graphql/mutations/create_department.rb|14 col 19| Omit the hash value.
app/graphql/mutations/create_email_route.rb|2 col 7| Missing type description
app/graphql/mutations/create_email_route.rb|3 col 3| Missing field description
app/graphql/mutations/create_email_route.rb|5 col 3| Missing argument description
app/graphql/mutations/create_email_route.rb|12 col 20| Omit the hash value.
app/graphql/mutations/create_event.rb|2 col 7| Missing type description
app/graphql/mutations/create_event.rb|3 col 3| Missing field description
app/graphql/mutations/create_event.rb|5 col 3| Missing argument description
app/graphql/mutations/create_event.rb|6 col 3| Missing argument description
app/graphql/mutations/create_event.rb|28 col 14| Omit the hash value.
app/graphql/mutations/create_event_category.rb|2 col 7| Missing type description
app/graphql/mutations/create_event_category.rb|3 col 3| Missing field description
app/graphql/mutations/create_event_category.rb|5 col 3| Missing argument description
app/graphql/mutations/create_event_proposal.rb|2 col 7| Missing type description
app/graphql/mutations/create_event_proposal.rb|3 col 3| Missing field description
app/graphql/mutations/create_event_proposal.rb|5 col 3| Missing argument description
app/graphql/mutations/create_event_proposal.rb|6 col 3| Missing argument description
app/graphql/mutations/create_event_proposal.rb|6 col 3| Arguments should be sorted in an alphabetical order within their section. Field clone_event_proposal_id should appear before event_category_id.
app/graphql/mutations/create_event_proposal.rb|19 col 106| Omit the hash value.
app/graphql/mutations/create_event_proposal.rb|25 col 23| Omit the hash value.
app/graphql/mutations/create_filler_event.rb|2 col 7| Missing type description
app/graphql/mutations/create_filler_event.rb|3 col 3| Missing field description
app/graphql/mutations/create_filler_event.rb|5 col 3| Missing argument description
app/graphql/mutations/create_filler_event.rb|6 col 3| Missing argument description
app/graphql/mutations/create_filler_event.rb|7 col 3| Missing argument description
app/graphql/mutations/create_filler_event.rb|7 col 3| Consider moving arguments to a new input type
app/graphql/mutations/create_filler_event.rb|33 col 14| Omit the hash value.
app/graphql/mutations/create_form.rb|2 col 7| Missing type description
app/graphql/mutations/create_form.rb|3 col 3| Missing field description
app/graphql/mutations/create_form.rb|5 col 3| Missing argument description
app/graphql/mutations/create_form.rb|5 col 3| Unnecessary argument camelize
app/graphql/mutations/create_form.rb|6 col 3| Missing argument description
app/graphql/mutations/create_form.rb|11 col 74| Omit the hash value.
app/graphql/mutations/create_form.rb|24 col 46| Omit the hash value.
app/graphql/mutations/create_form.rb|24 col 69| Omit the hash value.
app/graphql/mutations/create_form.rb|24 col 92| Omit the hash value.
app/graphql/mutations/create_form.rb|27 col 13| Omit the hash value.
app/graphql/mutations/create_form_item.rb|2 col 7| Missing type description
app/graphql/mutations/create_form_item.rb|3 col 3| Missing field description
app/graphql/mutations/create_form_item.rb|5 col 3| Missing argument description
app/graphql/mutations/create_form_item.rb|6 col 3| Missing argument description
app/graphql/mutations/create_form_item.rb|6 col 3| Arguments should be sorted in an alphabetical order within their section. Field form_item should appear before form_section_id.
app/graphql/mutations/create_form_item.rb|18 col 18| Omit the hash value.
app/graphql/mutations/create_form_section.rb|2 col 7| Missing type description
app/graphql/mutations/create_form_section.rb|3 col 3| Missing field description
app/graphql/mutations/create_form_section.rb|5 col 3| Missing argument description
app/graphql/mutations/create_form_section.rb|6 col 3| Missing argument description
app/graphql/mutations/create_form_section.rb|18 col 21| Omit the hash value.
app/graphql/mutations/create_form_with_json.rb|2 col 7| Missing type description
app/graphql/mutations/create_form_with_json.rb|3 col 3| Missing field description
app/graphql/mutations/create_form_with_json.rb|5 col 3| Missing argument description
app/graphql/mutations/create_form_with_json.rb|6 col 3| Missing argument description
app/graphql/mutations/create_form_with_json.rb|11 col 58| Omit the hash value.
app/graphql/mutations/create_form_with_json.rb|12 col 40| Omit the hash value.
app/graphql/mutations/create_form_with_json.rb|14 col 13| Omit the hash value.
app/graphql/mutations/create_maximum_event_provided_tickets_override.rb|2 col 7| Missing type description
app/graphql/mutations/create_maximum_event_provided_tickets_override.rb|3 col 3| Missing field description
app/graphql/mutations/create_maximum_event_provided_tickets_override.rb|5 col 3| Missing argument description
app/graphql/mutations/create_maximum_event_provided_tickets_override.rb|6 col 3| Missing argument description
app/graphql/mutations/create_maximum_event_provided_tickets_override.rb|7 col 3| Missing argument description
app/graphql/mutations/create_maximum_event_provided_tickets_override.rb|7 col 3| Consider moving arguments to a new input type
app/graphql/mutations/create_maximum_event_provided_tickets_override.rb|7 col 3| Arguments should be sorted in an alphabetical order within their section. Field override_value should appear before ticket_type_id.
app/graphql/mutations/create_maximum_event_provided_tickets_override.rb|13 col 59| Omit the hash value.
app/graphql/mutations/create_multiple_runs.rb|2 col 7| Missing type description
app/graphql/mutations/create_multiple_runs.rb|3 col 3| Missing field description
app/graphql/mutations/create_multiple_runs.rb|5 col 3| Missing argument description
app/graphql/mutations/create_multiple_runs.rb|6 col 3| Missing argument description
app/graphql/mutations/create_multiple_runs.rb|12 col 27| Omit the hash value.
app/graphql/mutations/create_multiple_runs.rb|28 col 13| Omit the hash value.
app/graphql/mutations/create_my_signup.rb|2 col 7| Missing type description
app/graphql/mutations/create_my_signup.rb|3 col 3| Missing field description
app/graphql/mutations/create_my_signup.rb|5 col 3| Missing argument description
app/graphql/mutations/create_my_signup.rb|6 col 3| Missing argument description
app/graphql/mutations/create_my_signup.rb|6 col 3| Arguments should be sorted in an alphabetical order within their section. Field requested_bucket_key should appear before run_id.
app/graphql/mutations/create_my_signup.rb|7 col 3| Missing argument description
app/graphql/mutations/create_my_signup.rb|7 col 3| Consider moving arguments to a new input type
app/graphql/mutations/create_my_signup.rb|7 col 3| Arguments should be sorted in an alphabetical order within their section. Field no_requested_bucket should appear before requested_bucket_key.
app/graphql/mutations/create_my_signup.rb|13 col 41| Omit the hash value.
app/graphql/mutations/create_my_signup.rb|13 col 64| Omit the hash value.
app/graphql/mutations/create_order.rb|2 col 7| Missing type description
app/graphql/mutations/create_order.rb|5 col 3| Missing field description
app/graphql/mutations/create_order.rb|7 col 3| Missing argument description
app/graphql/mutations/create_order.rb|8 col 3| Missing argument description
app/graphql/mutations/create_order.rb|8 col 3| Arguments should be sorted in an alphabetical order within their section. Field order should appear before user_con_profile_id.
app/graphql/mutations/create_order.rb|9 col 3| Missing argument description
app/graphql/mutations/create_order.rb|9 col 3| Consider moving arguments to a new input type
app/graphql/mutations/create_order.rb|10 col 3| Missing argument description
app/graphql/mutations/create_order.rb|10 col 3| Consider moving arguments to a new input type
app/graphql/mutations/create_order.rb|10 col 3| Arguments should be sorted in an alphabetical order within their section. Field order_entries should appear before status.
app/graphql/mutations/create_order.rb|39 col 35| Omit the hash value.
app/graphql/mutations/create_order.rb|43 col 14| Omit the hash value.
app/graphql/mutations/create_order_entry.rb|2 col 7| Missing type description
app/graphql/mutations/create_order_entry.rb|5 col 3| Missing field description
app/graphql/mutations/create_order_entry.rb|7 col 3| Missing argument description
app/graphql/mutations/create_order_entry.rb|8 col 3| Missing argument description
app/graphql/mutations/create_order_entry.rb|8 col 3| Arguments should be sorted in an alphabetical order within their section. Field order_entry should appear before order_id.
app/graphql/mutations/create_order_entry.rb|22 col 20| Omit the hash value.
app/graphql/mutations/create_organization_role.rb|2 col 7| Missing type description
app/graphql/mutations/create_organization_role.rb|3 col 3| Missing field description
app/graphql/mutations/create_organization_role.rb|5 col 3| Missing argument description
app/graphql/mutations/create_organization_role.rb|6 col 3| Missing argument description
app/graphql/mutations/create_organization_role.rb|7 col 3| Missing argument description
app/graphql/mutations/create_organization_role.rb|7 col 3| Consider moving arguments to a new input type
app/graphql/mutations/create_organization_role.rb|8 col 3| Missing argument description
app/graphql/mutations/create_organization_role.rb|8 col 3| Consider moving arguments to a new input type
app/graphql/mutations/create_organization_role.rb|8 col 3| Arguments should be sorted in an alphabetical order within their section. Field permissions should appear before user_ids.
app/graphql/mutations/create_organization_role.rb|14 col 47| Omit the hash value.
app/graphql/mutations/create_page.rb|2 col 7| Missing type description
app/graphql/mutations/create_page.rb|3 col 3| Missing field description
app/graphql/mutations/create_page.rb|5 col 3| Missing argument description
app/graphql/mutations/create_page.rb|12 col 13| Omit the hash value.
app/graphql/mutations/create_product.rb|2 col 7| Missing type description
app/graphql/mutations/create_product.rb|5 col 3| Missing field description
app/graphql/mutations/create_product.rb|7 col 3| Missing argument description
app/graphql/mutations/create_product.rb|28 col 16| Omit the hash value.
app/graphql/mutations/create_room.rb|2 col 7| Missing type description
app/graphql/mutations/create_room.rb|3 col 3| Missing field description
app/graphql/mutations/create_room.rb|5 col 3| Missing argument description
app/graphql/mutations/create_room.rb|11 col 13| Omit the hash value.
app/graphql/mutations/create_run.rb|2 col 7| Missing type description
app/graphql/mutations/create_run.rb|3 col 3| Missing field description
app/graphql/mutations/create_run.rb|5 col 3| Missing argument description
app/graphql/mutations/create_run.rb|6 col 3| Missing argument description