Type alias SGOutputFieldTypeMetadata<S, T>

SGOutputFieldTypeMetadata<S, T>: SGFieldTypeMetadata & {
    graphql?: {
        dependentFields?: string[];
        hidden?: boolean;
        input?: SGInputFieldConfigMap;
        resolve?: SGFieldResolve<S, T>;
    };
    hookOptions?: SGHookOptionsMap;
}

Type Parameters

  • S = any

  • T = any

Generated using TypeDoc