Interface ResolverProviderSchemaProps

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

Hierarchy

  • ResolverProviderSchemaProps

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