Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResolverProviderSchemaProps

An interface representing the input object passed to ResolverProvider.schema function when the resolver provider schema is constructed.

Hierarchy

  • ResolverProviderSchemaProps

Index

Properties

Properties

base: ObjectSchema<any>

A pre-initialized Joi object schema for the resolver provider.

Context object providing access to the project configuration.

joi: Root

A Joi object that can be used to create validation rules.

Generated using TypeDoc