Skip to main content

Interfaces

Overview of the interfaces built into the @jenyus-org/graphql-utils package.

FieldMap#

interface FieldMap {
[key: string]: FieldMap;
}

FieldSelections#

interface FieldSelections {
field: string;
selector?: string;
selections?: (string | FieldSelections)[];
}