The access scopes for the id field in the Location object have been updated. You can now query this field using either the or scopes.
Key changes include:
- The
location.idfield in GraphQL can now be queried with just theorscope.
Please note the following restriction:
- All other fields of the
Locationobject, such asnameandaddress, still require thescope for querying.
These updates apply to all API versions.
Was this page helpful?