ENUM
BlogSortType
link GraphQL Schema definition
1 enum BlogSortType { 2 3 # Returns the blog posts sorted by publish date in ascending order 4 5 6 # Returns the blog posts sorted by publish date in descending order 7 8 }
ENUM
1 enum BlogSortType { 2 3 # Returns the blog posts sorted by publish date in ascending order 4 5 6 # Returns the blog posts sorted by publish date in descending order 7 8 }