PersistentStorageEntry: {
    __typename?: "PersistentStorageEntry";
    createdDate?: Maybe<Timestamp>;
    key?: Maybe<Scalars["String"]["output"]>;
    updatedDate?: Maybe<Timestamp>;
    value?: Maybe<Scalars["String"]["output"]>;
    version?: Maybe<Scalars["Long"]["output"]>;
}

Persistent storage entry used by the Fusion system

Type declaration

  • Optional__typename?: "PersistentStorageEntry"
  • OptionalcreatedDate?: Maybe<Timestamp>

    Date the entry was created

  • Optionalkey?: Maybe<Scalars["String"]["output"]>

    Key of the entry

  • OptionalupdatedDate?: Maybe<Timestamp>

    Date the entry was last updated

  • Optionalvalue?: Maybe<Scalars["String"]["output"]>

    Value of the entry

  • Optionalversion?: Maybe<Scalars["Long"]["output"]>

    Version of the entry