For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataObjectTypeGlobalPermission

Describes the global permissions on a data object type.

type DataObjectTypeGlobalPermission {
  globalPermission: String!
  permissions: [String!]
}

Fields

globalPermission ● String! non-null scalar

The global permission.

permissions ● [String!] list scalar

The data source specific permissions the global permission corresponds with.

Member Of

DataObjectType object

Last updated

Was this helpful?