Skip to main content
Latest
function responsePathAsArray
import { responsePathAsArray } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

Given a Path, return an Array of the path keys.

Parameters

path: Path

Returns

Array<string | number>