aws / aws-appsync-community

The AWS AppSync community
https://aws.amazon.com/appsync
Apache License 2.0
506 stars 32 forks source link

Default Arguments Not Working #271

Closed princewill-ixis closed 9 months ago

princewill-ixis commented 1 year ago

Default Values not persisting in AppSync. For example via the console, when i define a simple schema like this type Query { timeseries( metricName: String! startDate: AWSDate! endDate: AWSDate! horizon: String! tenant: String! projected: Boolean = false cumulative: Boolean = false imputed: Boolean = false aggregationType: String = "sum" aggregationLevel: String = "base" dateOffset: String = null ): [String!]! }

It saves, but once i refresh the page, all the default values dissapear

onlybakam commented 9 months ago

Hello, this is currently not supported in the console but we will look into this as a feature request.