AddressVisibility

open_in_new

How much (if any) information about the street address on file to show any user when accessing a public model.

GraphQL Schema definition

  • enum AddressVisibility {
  • # Show the full street address in the public details.
  • full
  • # Do not show the full street address in public details.
  • partial
  • # Hide the model address from the public details.
  • none
  • }