Anchor to SegmentMigrationSegment
objectSegment Migration
Requires access scope.
A segment and its corresponding saved search.
For example, you can use to retrieve the segment ID that corresponds to a saved search ID.
Anchor to FieldsFields
- id (ID!)
- savedSearchId (ID!)
- segmentId (ID)
- •ID!non-null
A globally-unique ID.
- Anchor to savedSearchIdsaved•ID!
Search Id non-null The ID of the saved search.
- Anchor to segmentIdsegment•ID
Id The ID of the segment.
Was this section helpful?
Anchor to QueriesQueries
- segmentMigrations (SegmentMigrationConnection!)
- •query
A list of a shop's segment migrations.
- Anchor to savedSearchIdsaved•ID
Search Id Search a segment migration by its saved search ID.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
Arguments
Was this section helpful?