Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / MakeOptional

Type Alias: MakeOptional<T, K> ​

MakeOptional<T, K> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> }

Defined in: client/graphql.ts:14

Type Parameters ​

T ​

T

K ​

K extends keyof T

Licensed under BUSL-1.1