Type Alias FieldResolverWrapperOptions

FieldResolverWrapperOptions: BaseWrapperOptions & {
    field: ObjectField;
    type: GraphQLObjectType;
}