UNPKG

gatsby-source-sanity

Version:

Gatsby source plugin for building websites using Sanity.io as a backend.

5 lines (4 loc) 142 B
import { FieldDef } from './remoteGraphQLSchema'; export default function getAliasFields(fields: { [key: string]: FieldDef; }): string[];