Input options for the ‘grantPermissions’ mutation.

Definition

input GrantPermissionsOptions {
  origin: URL
}

Fields

origin: URL

The origin to grant permissions to. If not specified, grants to the current page’s origin. Example: "https://maps.example.com"