Skip to main content

modules

@appfire/fuse-datastore-client / Exports

@appfire/fuse-datastore-client

Table of contents

Enumerations

Classes

Type Aliases

Type Aliases

AddDataMutation

Ƭ AddDataMutation: Object

Type declaration

NameType
addData?{ __typename: "BatchUpdate" ; key: string ; status?: string | null } | null

Defined in

API.ts:101


AddDataMutationVariables

Ƭ AddDataMutationVariables: Object

Type declaration

NameType
data?(DataInput | null)[] | null

Defined in

API.ts:97


BatchUpdate

Ƭ BatchUpdate: Object

Type declaration

NameType
__typename"BatchUpdate"
keystring
status?string | null

Defined in

API.ts:55


Criteria

Ƭ Criteria: Object

Type declaration

NameType
conditionType?ConditionType | null
conditionValue?string | null

Defined in

API.ts:61


DataInput

Ƭ DataInput: Object

Type declaration

NameType
entityEntityType
entity_idstring
expiry?number | null
permissionTemplate?PermissionTemplate | null
propsstring

Defined in

API.ts:47


GetItemPropertyQuery

Ƭ GetItemPropertyQuery: Object

Type declaration

NameType
getItemProperties?string | null

Defined in

API.ts:128


GetItemPropertyQueryVariables

Ƭ GetItemPropertyQueryVariables: Object

Type declaration

NameType
entitystring
entity_idstring
prop_keys?string[] | null

Defined in

API.ts:122


OnBulkUpdateSubscription

Ƭ OnBulkUpdateSubscription: Object

Type declaration

NameType
onBulkUpdate?{ __typename: "BatchUpdate" ; key: string ; status?: string | null } | null

Defined in

API.ts:146


OnBulkUpdateSubscriptionVariables

Ƭ OnBulkUpdateSubscriptionVariables: Object

Type declaration

NameType
key?string | null

Defined in

API.ts:142


Property

Ƭ Property: Object

Type declaration

NameType
__typename"Property"
idstring
props?string | null
recordtypestring

Defined in

API.ts:40


SetPropertyMutation

Ƭ SetPropertyMutation: Object

Type declaration

NameType
setProperty?{ __typename: "Property" ; id: string ; props?: string | null ; recordtype: string } | null

Defined in

API.ts:88


SetPropertyMutationVariables

Ƭ SetPropertyMutationVariables: Object

Type declaration

NameType
entityEntityType
entity_idstring
expiry?number | null
method?Method | null
permissionTemplate?PermissionTemplate | null
propsstring
setPaths?boolean | null

Defined in

API.ts:78


SetPropertyQuery

Ƭ SetPropertyQuery: Object

Type declaration

NameType
setProperty?string | null

Defined in

API.ts:138


SetPropertyQueryVariables

Ƭ SetPropertyQueryVariables: Object

Type declaration

NameType
entitystring
entity_idstring
props?object

Defined in

API.ts:132


UpdateDataMutation

Ƭ UpdateDataMutation: Object

Type declaration

NameType
updateData?{ __typename: "BatchUpdate" ; key: string ; status?: string | null } | null

Defined in

API.ts:114


UpdateDataMutationVariables

Ƭ UpdateDataMutationVariables: Object

Type declaration

NameType
criteria?Criteria | null
updates?string | null

Defined in

API.ts:109