Cheston
Cheston
I want to use an additional external swagger file in my swagger.yaml file. ``` ServerlessApi: Type: AWS::Serverless::Api Properties: DefinitionBody: Fn::Transform: Name: AWS::Include Parameters: Location: ../../api/swagger.yaml ``` ``` paths: /company: $ref:...
For the `@ImmutableContext()` you can use `setState`, but if you want to use `dispatch` as well... how do you combine this? ``` @Action(SetAutocompleteRequest, { cancelUncompleted: true }) @ImmutableContext() setAutocompleteRequest({setState, dispatch}:...