ModelSearchSplats

open_in_new

Search summary information about all the splats in the model.

GraphQL Schema definition

  • type ModelSearchSplats {
  • # The total number of splats in the model.
  • count: Int!
  • # The ids of all the splats in the model.
  • ids: [ID!]
  • }