huelsmc
Results
2
issues of
huelsmc
### Current Behavior When using "scopes" inside credentials when building the adminApiClient there is missing a transformation to `scope` as it's expected by League when using PasswordGrant ```php $client =...
domain/framework
**API Platform version(s) affected**: 4.2.6 **Description** We used to use `#[SerializedName]` attribute to tell **GraphQL API** how to name properties. We have cases like this: ```php #[SerializedName(serializedName: 'currentListPrice')] public function...