ENUM

AddressVisibility

@internal Intended to go public in v2021.01.xx

link 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
  • }

link Require by

This element is not required by anyone