AzureBoardsWorkItemType
No description
type AzureBoardsWorkItemType {
id: ID!
name: String!
referenceName: String!
}
Fields
AzureBoardsWorkItemType.id
● ID!
non-null scalar
The unique identifier for the generic model.
AzureBoardsWorkItemType.name
● String!
non-null scalar
The name of the generic model.
AzureBoardsWorkItemType.referenceName
● String!
non-null scalar
The reference name property present on Work Item Type.
Returned By
azureBoardsWorkItemTypes
query
Member Of
AzureBoardsConfiguration
object