session_create_field
Last edit: Nov 10, 2025
Adds a field to session
session_create_field(
name: String!
value: Any!
): HashObject
Arguments
name (String)
value (Any)
Type
HashObject
Represents data as a collection of unique keys and their values. Also known as
associative arrays, maps or dictionaries. You can create it in liquid by
converting JSON object with parse_json filter or tag. It can be any level deep.