INPUT_OBJECT
SortByFieldOrder
# GraphQL Schema definition
1 input SortByFieldOrder { 4 2 # Sort by this field, example: "id". 3 String! : 9 5 # Sort by provided values, example: [109, 903]. 6 # Full example: If { field_name: "id", values: [109, 903] }, Object#109 will be 7 # 1st, Object#903 will be 2nd, and then the rest. 8 String]! : [ 10 }