OperatorsfieldsVersion: v4.23On this pagefieldsRetrieves all fields stored at a node.fieldsDescriptionThe fields operator shows a list of all fields stored at a node across all available schemas.ExamplesGet the top-5 most frequently used fields across schemasfields summarize field, count=count_distinct(schema), schemas=distinct(schema) sort -count head 5