Home > @infiniteobjects/shopify-data-manager > AdminTypes > AccessScope > handle
A readable string that represents the access scope. The string usually follows the format {action}_{resource}
. {action}
is read
or write
, and {resource}
is the resource that the action can be performed on. {action}
and {resource}
are separated by an underscore. For example, read_orders
or write_products
.
Signature:
handle: Scalars['String']['output'];