INPUT_OBJECT

RegisteredUsersPropertiesInput

link GraphQL Schema definition

  • input RegisteredUsersPropertiesInput {
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • # Array of comma delimited, registered user property strings used to create a
  • # registered user
  • registeredUserProperties: [String]
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • }