Fire Arrow 2.3.0
· One min read
Fire Arrow 2.3.0 has been released.
- (enhancement) Support custom search parameters created via
SearchParameterresources via_customSearchParametersin queries - (enhancment) Add GraphQL schema documentation for standard search parameters
- (bugfix) Fix GraphiQL UI not loading due to incorrect CDN URL
- (chore) Update dependencies
This release enables support for custom search parameters that have been created on the FHIR server via SearchParameter resources. The GraphQL schema now exposes a new parameter _customSearchParameters. This parameter accepts a string through which custom parameters can be supplied. Fire Arrow will add them to the query string as-is.
The GraphiQL UI didn't load anymore because GraphiQL's CDN didn't serve the original JavaScript file anymore. This version serves an updated UI loader.
Furthermore, the GraphQL schema now also documents standard search parameters.