schema.graphql
fragments.graphql
(ENUM)
Sorting of results in list
enum Direction {# ascending (A - Z)ASC# descending (Z - A)DESC}