Alokai

SortFields

Contains a default value for sort fields and all available sort fields.

type SortFields = {
  __typename?: 'SortFields'; /** The default sort field value. */
  default?: Maybe<Scalars['String']['output']>; /** An array of possible sort fields. */
  options?: Maybe<Array<Maybe<SortField>>>;
};

Referenced Types

On this page