INPUT_OBJECT

PropertyPermissionsInput

Permission boolean map.

link GraphQL Schema definition

  • input PropertyPermissionsInput {
  • # Does the property the permission to build?
  • construction: Boolean
  • # Can the property be used for farming?
  • farming: Boolean
  • # Can the property be use for fishing?
  • fishing: Boolean
  • planning: Boolean
  • }