Initialize GraphQL object (Schema) based on described configuration GraphqlConfiguration
Initialize GraphQL object, object list and related object/object list
Namespace: NReco.GraphQL
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
public GraphqlQuerySchema( IDbDataSource dataSource, GraphqlConfiguration graphqlConfiguration )
Parameters
- dataSource
- Type: NReco.GraphQLIDbDataSource
DB datasource - graphqlConfiguration
- Type: NReco.GraphQL.SchemasGraphqlConfiguration
GraphQL configuration GraphqlConfiguration
See Also