PrivateModelLink

open_in_new

GraphQL Schema definition

  • type PrivateModelLink {
  • # The access token embedded in the generated link. This can be used to delete the
  • # token if it need to be invalidated
  • # before its expiration.
  • accessToken: ID
  • # The Matterport application the link was generated for.
  • application: MatterportApplication
  • # The generated link/URL with the private access token embedded in it.
  • link: String
  • # Expiration time of the link.
  • validUntil: DateTime
  • }