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

Represents an individual ephemeral storage entry to be created/updated

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