AccessControlWhatDoByNameInput
Last updated
Was this helpful?
Input object to reference a data object by its fullName.
input AccessControlWhatDoByNameInput {
dataSource: ID!
fullName: String!
}ID! non-null scalarThe data source ID of the data object.
String! non-null scalarThe full name of the data object.
AccessControlWhatInputDO input
Last updated
Was this helpful?
Was this helpful?