Skip to content

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

Type Alias: VariableFieldsFragment

VariableFieldsFragment = object & object

Defined in: client/graphql.ts:3487

Type Declaration

__typename?

optional __typename: "Variable"

createdAt

createdAt: any

id

id: string

key

key: string

namespace

namespace: string

updatedAt

updatedAt: any

value

value: object

value.__typename?

optional __typename: "VariableValue"

value.type

type: VariableType

value.value

value: string

Type Declaration

$fragmentName?

optional ** $fragmentName**: "VariableFieldsFragment"

Licensed under BUSL-1.1