OBJECT

ShopOrderMessage

The message and player info for a shop order

link GraphQL Schema definition

  • type ShopOrderMessage {
  • id: ID
  • # The player's gamertag. Returns null if anonymous message type
  • gamertag: String
  • # The order message
  • message: String
  • # The player's name. Returns null unless name & tag display is selected
  • name: String
  • # The player who left the comment
  • player: Player
  • # The total order amount
  • total: Float
  • }