Global

Methods

decode(selection, responseData, optionsopt) → {GraphModel}

A function used to decode the response data.

Parameters:
Name Type Attributes Description
selection SelectionSet

The selection set used to query the response data.

responseData Object

The response data returned.

options Object <optional>

Options to use when decoding including:

Properties
Name Type Attributes Description
classRegistry ClassRegistry <optional>

A class registry to use when deserializing the data into classes.

Source:
Returns:

The decoded response data.

Type
GraphModel