AzureBoardsGenericModel
No description
type AzureBoardsGenericModel {
id: ID!
name: String!
}
Fields
AzureBoardsGenericModel.id
● ID!
non-null scalar
The unique identifier for the generic model.
AzureBoardsGenericModel.name
● String!
non-null scalar
The name of the generic model.
Returned By
azureBoardsBoards
query ● azureBoardsLanes
query ● azureBoardsProjects
query ● azureBoardsSeverities
query ● azureBoardsStatuses
query ● azureBoardsTeams
query
Member Of
AzureBoardsConfiguration
object