Skip to content

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

Type Alias: Variable

Variable = object

Defined in: client/graphql.ts:2673

Properties

__typename?

optional __typename: "Variable"

Defined in: client/graphql.ts:2674


createdAt

createdAt: Scalars["Time"]["output"]

Defined in: client/graphql.ts:2675


id

id: Scalars["ID"]["output"]

Defined in: client/graphql.ts:2676


key

key: Scalars["String"]["output"]

Defined in: client/graphql.ts:2677


namespace

namespace: Scalars["String"]["output"]

Defined in: client/graphql.ts:2678


updatedAt

updatedAt: Scalars["Time"]["output"]

Defined in: client/graphql.ts:2679


value

value: VariableValue

Defined in: client/graphql.ts:2680

Licensed under BUSL-1.1