Releases: landmarkhw/Dapper.GraphQL
Releases · landmarkhw/Dapper.GraphQL
0.4.2-beta
0.4.1-beta
0.3.10-beta
Resolved #20
0.3.9-beta
Added support for inline fragments, with the following methods:
IHaveSelectionSet.GetInlineFragment()
EntityMapContext.NextFragment()
0.3.1-beta
The signature for entity mappers has changed.
See https://github.com/landmarkhw/Dapper.GraphQL/blob/master/Dapper.GraphQL.Test/EntityMappers/PersonEntityMapper.cs for an example.
Also, the Execute() method for queries has changed to require the selection set for GraphQL, to facilitate proper object mapping after the query is executed. See https://github.com/landmarkhw/Dapper.GraphQL/blob/master/Dapper.GraphQL.Test/InsertTests.cs#L98 for an example.
0.2.2-beta
#1 - update to 0.2.2-beta
0.2.1-beta
Updated build to version 0.2.1-beta
0.2.0-beta
- Added support for #2: How to handle two objs of the same type in the EntityMapper
- Added support for DELETE statements
- Migrated unit tests to use mssql's LocalDB as SQLite doesn't support everything we need to support