BaseSchemaResolverGetSchemaArguments Method

NReco.GraphQL Class Library Documentation
Get query arguments

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

protected virtual IDictionary<string, Object> GetSchemaArguments(
	IDictionary<string, Object> graphQLArgs,
	ObjectSchema _objectSchema
)

Parameters

graphQLArgs
Type: System.Collections.GenericIDictionaryString, Object
_objectSchema
Type: NReco.GraphQL.SchemasObjectSchema

Return Value

Type: IDictionaryString, Object
See Also

Reference