SortField
Defines a possible sort field.
type SortField = {
__typename?: 'SortField'; /** The label of the sort field. */
label?: Maybe<Scalars['String']['output']>; /** The attribute code of the sort field. */
value?: Maybe<Scalars['String']['output']>;
};