INPUT_OBJECT

LinkSortParamsComplexFields

link GraphQL Schema definition

  • input LinkSortParamsComplexFields {
  • # Multi fields functions (Divide/Multiply) must be followed by fields param.
  • # Any other case must be followed by a singular field (using the enum 'field' or
  • # 'fields' with one element)
  • function: FieldFunction
  • # Singular field selection from an enum.
  • # If specified - fields param must remain empty
  • field: LinkField
  • # Multiple fields selection.
  • # If specified - field param must remain empty while returnType param must be
  • # provided
  • fields: [LinkSortParamsComplexFields!]
  • }