You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade Hot-Chocolate to v15 Cherry-Pick for 1.5 (#2704)
## Why make this change?
This change is made to add the Hot-Chocolate PR to the 1.5 branch
## What is this change?
This change cherry picks the PRs related to Hot-Chocolate upgrade in
order to add it to the branch 1.5.
- #2681
- #2348
## How was this tested?
- [ ] Integration Tests
- [ ] Unit Tests
## Sample Request(s)
---------
Co-authored-by: Sezal Chug <[email protected]>
Co-authored-by: sezalchug <[email protected]>
Co-authored-by: Tommaso Stocchi <[email protected]>
Co-authored-by: Aaron Powell <[email protected]>
Co-authored-by: aaronburtle <[email protected]>
Co-authored-by: Aniruddh Munde <[email protected]>
Co-authored-by: Jerry Nixon <[email protected]>
Co-authored-by: vadeveka <[email protected]>
Co-authored-by: Michael Staib <[email protected]>
/// Retrieves the GraphQL schema from the DAB service using either the HTTPS or HTTP endpoint based on the specified fallback option.
162
165
/// </summary>
163
166
/// <param name="runtimeConfig">The runtime configuration containing the GraphQL path and other settings.</param>
164
-
/// <param name="useFallbackURL">A boolean flag indicating whether to use the fallback HTTP endpoint. If false, the method attempts to use the HTTPS endpoint.</param>
/// <param name="useFallbackUrl">A boolean flag indicating whether to use the fallback HTTP endpoint. If false, the method attempts to use the HTTPS endpoint.</param>
/// <param name="Plural">The pluralisation of the entity. If none is provided a pluralisation of the Singular property is used.</param>
11
11
/// <param name="Enabled">Indicates if GraphQL is enabled for the entity.</param>
12
12
/// <param name="Operation">When the entity maps to a stored procedure, this represents the GraphQL operation to use, otherwise it will be null.</param>
0 commit comments