Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 386 Bytes

File metadata and controls

7 lines (5 loc) · 386 Bytes
@graphql-codegen/typescript-apollo-angular patch

Support apollo-angular v12+ combined parameter syntax

For apolloAngularVersion >= 12, the generated SDK methods now internally combine variables into the options object when calling apollo-angular methods, matching the v12+ API requirements. The external SDK method signatures remain unchanged for backward compatibility.