Function: getDirectiveExtensions()
getDirectiveExtensions<
TDirectiveAnnotationsMap>(directableObj,schema?,pathToDirectivesInExtensions?): { [directiveName in string | number | symbol]?: TDirectiveAnnotationsMap[directiveName][] }
Defined in: packages/utils/src/getDirectiveExtensions.ts:16
Type Parameters
TDirectiveAnnotationsMap
TDirectiveAnnotationsMap extends object
Parameters
directableObj
schema?
GraphQLSchema
pathToDirectivesInExtensions?
string[] = ...
Returns
{ [directiveName in string | number | symbol]?: TDirectiveAnnotationsMap[directiveName][] }