Translates GraphQL queries to SQL in an easy way (by mapping configuration). Compatible with any ADO.NET provider.
Classes
Class | Description | |
---|---|---|
![]() | DbDataAdapterDataSource |
Default implementation of IDbDataSource based on DbDataAdapter.
|
![]() | GraphqlDbAdapter |
Translates GraphQL queries to SQL queries according to metadata provided with (Schema).
|
![]() | GraphqlObjectType |
Define GraphQL object based on Schema description
|
![]() | GraphQLQuery |
GraphQL input object
|
![]() | GraphqlQuerySchema |
Define and prepare Schema based on configuration (GraphqlConfiguration)
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IDbDataSource |
Represents abstract data source for GraphqlDbAdapter.
|
![]() | IGraphqlAdapter |