Release Notes
Version 1.4 (Jan-2024)
New: Delphi 12 support.
New: Added support for TMS Sparkle, allowing to create GraphQL servers using Sparkle instead of Web Broker.
New: Added support for type extensions in GraphQL parser.
Improved: New TFieldResolverArgs.Arguments property provides information about the field arguments.
Improved: Responses are being cached for increased performance.
Improved: Improved performance for retrieval of introspection information from the server.
Fixed: Empty lists were being rejected for non-null lists.
Version 1.3 (Apr-2022)
New: TSchemaDocument.OnGlobalCreate event allows for registration of custom types in schema document, especially scalar types.
Improved: Bookshelf demo updated showing how to create custom scalar types in GraphQL schema.
Version 1.2 (Mar-2022)
- Fixed: Validation issue when parameter types were input lists.
Version 1.1 (Feb-2022)
- New: TGraphQLExecuter.Current property.
Version 1.0 (Feb-2022)
- First release.