Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace types

Index

Type aliases

CoercibleHighlight

CoercibleHighlight: Highlight | Reference[] | HighlightCallback

FieldReference

FieldReference: [string, string]

Reference

ReferenceMap

ReferenceMap: {}

Type declaration

TypeReference

TypeReference: string

WalkCallback

WalkCallback: (options: { field?: ObjectField | GraphQLInputField; reference: Reference; type: GraphQLNamedType }) => void | Promise<void>

Type declaration

    • (options: { field?: ObjectField | GraphQLInputField; reference: Reference; type: GraphQLNamedType }): void | Promise<void>
    • Parameters

      Returns void | Promise<void>

Generated using TypeDoc