DataObjectTypeGlobalPermission
Last updated
Was this helpful?
Describes the global permissions on a data object type.
type DataObjectTypeGlobalPermission {
globalPermission: String!
permissions: [String!]
}String! non-null scalarThe global permission.
[String!] list scalarThe data source specific permissions the global permission corresponds with.
DataObjectType object
Last updated
Was this helpful?
Was this helpful?