@vnodes/graphql
    Preparing search index...

    Function Args

    • Resolver method parameter decorator. Extracts the arguments object from the underlying platform and populates the decorated parameter with the value of either all arguments or a single specified argument.

      Returns ParameterDecorator

    • Resolver method parameter decorator. Extracts the arguments object from the underlying platform and populates the decorated parameter with the value of either all arguments or a single specified argument.

      Parameters

      • ...pipes: (PipeTransform<any, any> | Type<PipeTransform<any, any>>)[]

      Returns ParameterDecorator

    • Resolver method parameter decorator. Extracts the arguments object from the underlying platform and populates the decorated parameter with the value of either all arguments or a single specified argument.

      Parameters

      • property: string
      • ...pipes: (PipeTransform<any, any> | Type<PipeTransform<any, any>>)[]

      Returns ParameterDecorator

    • Resolver method parameter decorator. Extracts the arguments object from the underlying platform and populates the decorated parameter with the value of either all arguments or a single specified argument.

      Parameters

      • options: ArgsOptions
      • ...pipes: (PipeTransform<any, any> | Type<PipeTransform<any, any>>)[]

      Returns ParameterDecorator

    • Resolver method parameter decorator. Extracts the arguments object from the underlying platform and populates the decorated parameter with the value of either all arguments or a single specified argument.

      Parameters

      • property: string
      • options: ArgsOptions
      • ...pipes: (PipeTransform<any, any> | Type<PipeTransform<any, any>>)[]

      Returns ParameterDecorator