InterfacesOverview of the interfaces built into the @jenyus-org/graphql-utils package.FieldMap#interface FieldMap { [key: string]: FieldMap;}CopyFieldSelections#interface FieldSelections { field: string; selector?: string; selections?: (string | FieldSelections)[];}Copy