aws-appsync-codegen icon indicating copy to clipboard operation
aws-appsync-codegen copied to clipboard

Code Generator utility for AWS Appsync

Results 1 aws-appsync-codegen issues
Sort by recently updated
recently updated
newest added

For objects of type `Input`, the Swift code generation is creating unnecessary layers of Optionality for all `Optional` properties. Given this GraphQL input type input ReviewInput { stars: Int! commentary:...