PersistentStorageEntryInput: {
    key: Scalars["String"]["input"];
    value?: InputMaybe<Scalars["String"]["input"]>;
    version?: InputMaybe<Scalars["Long"]["input"]>;
}

Type declaration

  • key: Scalars["String"]["input"]

    Key of the entry to update

  • Optionalvalue?: InputMaybe<Scalars["String"]["input"]>

    Value to update the entry to. Null values will cause the entry to be deleted

  • Optionalversion?: InputMaybe<Scalars["Long"]["input"]>

    Optional version of the entry to set. If provided, a write will only succeed if the version is greater than the current stored version. If omitted, the current version is overwritten