INPUT_OBJECT

RawPluginComplexFieldParams

link GraphQL Schema definition

  • input RawPluginComplexFieldParams {
  • # 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: PluginField
  • # The result type, if not specified the type of 'field' will be used
  • returnType: ReturnType
  • fields: [RawPluginComplexFieldParamsComplexFields!]
  • name: String!
  • }

link Require by