Get query arguments
Namespace:
NReco.Graphql.Resolvers
Assembly:
NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
protected virtual IDictionary<string, Object> GetSchemaArguments(
IDictionary<string, Object> graphQLArgs,
ObjectSchema _objectSchema
)
Protected Overridable Function GetSchemaArguments (
graphQLArgs As IDictionary(Of String, Object),
_objectSchema As ObjectSchema
) As IDictionary(Of String, Object)
protected:
virtual IDictionary<String^, Object^>^ GetSchemaArguments(
IDictionary<String^, Object^>^ graphQLArgs,
ObjectSchema^ _objectSchema
)
abstract GetSchemaArguments :
graphQLArgs : IDictionary<string, Object> *
_objectSchema : ObjectSchema -> IDictionary<string, Object>
override GetSchemaArguments :
graphQLArgs : IDictionary<string, Object> *
_objectSchema : ObjectSchema -> IDictionary<string, Object>
Parameters
- graphQLArgs
- Type: System.Collections.GenericIDictionaryString, Object
- _objectSchema
- Type: NReco.GraphQL.SchemasObjectSchema
Return Value
Type:
IDictionaryString,
Object
Reference