BaseSchemaResolver.ApplyArguments Method

NReco.GraphQL Class Library Documentation
Parse argument(s) and apply: simple conditions pagination sorting filtering

Namespace:  NReco.Graphql.Resolvers
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

protected virtual void ApplyArguments(
	Query q,
	IDictionary<string, Object> args
)

Parameters

q
Type: Query
args
Type: System.Collections.Generic.IDictionary<String, Object>
See Also

Reference