QueryParamsScalarType
extends CustomScalarType
in package
Defines a custom scalar type for handling JSON objects in GraphQL queries. This is primarily intended to allow arbitrary objects to be passed as arguments to GraphQL queries and mutations. This scalar type should only be used if the schema of the objects is dynamic and cannot be easily represented by a GraphQL input object type.
Table of Contents
Methods
- __construct() : mixed
Methods
__construct()
public
__construct() : mixed