SegmentMigration - admin-graphql - OBJECT
Version: 2024-10
Description:
A segment and its corresponding saved search. For example, you can use `SegmentMigration` to retrieve the segment ID that corresponds to a saved search ID.
Access Scopes
`read_customers` access scope.
Fields
id
: ID! - A globally-unique ID.
savedSearchId
: ID! - The ID of the saved search.
segmentId
: ID - The ID of the segment.
Connections
Related queries
segmentMigrations
A list of a shop's segment migrations.
Related mutations
Related Unions
Examples