Interface: BobbinFindManyQuery<TModalSilk, TClient, TInputI>

Operation or Field for resolver.

Extends

Type Parameters

TModalSilk extends PrismaModelSilk<any, string, Record<string, any>>

TClient extends PrismaClient

TInputI = InferDelegateFindManyArgs<InferPrismaDelegate<TClient, TModalSilk["name"]>>

Properties

deprecationReason?

optional deprecationReason: Maybe<string>

Inherited from

FieldOrOperation.deprecationReason

Defined in

node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:535


description?

optional description: Maybe<string>

Inherited from

FieldOrOperation.description

Defined in

node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:530


extensions?

optional extensions: Maybe<Readonly<GraphQLFieldExtensions<any, any, any>>>

Inherited from

FieldOrOperation.extensions

Defined in

node_modules/.pnpm/graphql@16.8.1_patch_hash=2p6wc42resg5at2p4utt5idamq/node_modules/graphql/type/definition.d.ts:536


input

input: GraphQLSilk<InferDelegateFindManyArgs<InferPrismaDelegate<TClient, TModalSilk["name"]>>, TInputI>

Inherited from

FieldOrOperation.input

Defined in

packages/core/src/resolver/types.ts:104


output

output: ReturnType<TModalSilk["list"]>

Inherited from

FieldOrOperation.output

Defined in

packages/core/src/resolver/types.ts:105


resolve()

resolve: (input, options?) => Promise<InferOutput<ReturnType<TModalSilk["list"]>>>

Parameters

input: ObjectOrNever<TInputI>

options?: ResolvingOptions

Returns

Promise<InferOutput<ReturnType<TModalSilk["list"]>>>

Inherited from

FieldOrOperation.resolve

Defined in

packages/core/src/resolver/types.ts:106


subscribe?

optional subscribe: undefined

Inherited from

FieldOrOperation.subscribe

Defined in

packages/core/src/resolver/types.ts:122


type

type: "query"

Inherited from

FieldOrOperation.type

Defined in

packages/core/src/resolver/types.ts:103