# products **Type:** GraphQL queries **Description:** List all mapped products and their possible parameter values ## Arguments - after (String): Filters list for products that come after the specified cursor - prescription (PrescriptionInput): Limits list to only those products extracted from the prescription file - fileId (String): File ID ## Response **Type:** ContactProductConnection **Description:** Product information ### Fields - nodes (ContactProduct): Nodes for this page - pageInfo (PageInfo): Details to enable pagination - totalCount (Int): Total item count for this query or subquery