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

GrantCategoryTypeForDataSource

Specifies the type of the access control in the data source for a grant category.

type GrantCategoryTypeForDataSource {
  dataSource: ID!
  type: String!
}

Fields

dataSource ● ID! non-null scalar

The data source this type applies to.

type ● String! non-null scalar

The access control type that will be used for this data source.

Member Of

GrantCategory object

Last updated

Was this helpful?