Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
c1096913 01/11/2024 09:29 AM Nofar Alfassi

Fixes #36160 - add display_name field to Host GraphQL type

cb88310a 06/19/2023 11:14 AM Kamil Szubrycht

Fixes #36509 - Fix totalCount handling for GraphQL queries with first parameter

e4d86ca4 05/10/2023 02:13 PM Evgeni Golov

Fixes #36370 - allow all providers in the graphql enum

Otherwise plugin-based providers are not allowed

d8691e17 05/09/2023 04:21 PM Evgeni Golov

Fixes #36371 - make provider_friendly_name a String

an Enum imposes too many restrictions and doesn't bring any benefit on a
read-only field

339fe635 12/09/2022 05:11 PM Kamil Szubrycht

Refs #32685 - Keep modulized model name in Global ID

734541b1 10/11/2022 11:38 AM Oleh Fedorenko

Refs #32685 - Use actual model

952e1614 09/28/2022 09:35 AM Evgeni Golov

Fixes #32685 - update graphql to 1.13.x

GrapQL 1.13.x is a large update and can break plugins, but it is Ruby 3
compatible.

Co-authored-by: Oleh Fedorenko <>

1cf4147a 05/24/2022 07:07 AM Leos Stejskal

Fixes #34526 - Switch Rails version to 6.1

Changes overview:
- Set default Rails version to 6.1
- Required dynfow >= 1.6.5
- Cleanup deprecation warnings in config/as_deprecation_whitelist.yaml
- ActiveSupport::ParameterFilter instead of ActionDispatch::Http::ParameterFilter...

72773a60 03/14/2022 02:44 PM Ondřej Ezr

Fixes #34557 - improve association resolver

Why: resolve proc is deprecated and not dynamic enough as if we inherit the type it fails to recognize that.

I've come up with `record_for` on Type and Resolver goes through that method, to enable wrappers.

09414bf0 03/02/2022 03:29 PM Ondřej Ezr

Fixes #34328 - GraphQL use directly SettingRegistry

GraphQL was reading the settings from DB, but now we have the registry, it needs to read it from there instead.

Mutation needs to set the value through the SettingRegistry as well.

View revisions

Also available in: Atom