INPUT_OBJECT

FieldWithDataType

Description

Requested field with data type information.

link GraphQL Schema definition

  • input FieldWithDataType {
  • # Represents the data type display name detected in this field.
  • dataTypeDisplayName: String
  • # Represents the data type ID detected in this field.
  • dataTypeId: String
  • # Represents the requested field to filter results.
  • requestedField: String
  • }