APIData
No description
type APIData {
id: ID!
code: ID!
label: String
errorCatalog: [ErrorCatalog!]
operations: OperationConnection
}
Fields
APIData.id
● ID!
non-null scalar
APIData.code
● ID!
non-null scalar
APIData.label
● String
scalar
APIData.errorCatalog
● [ErrorCatalog!]
list object
APIData.operations
● OperationConnection
object
Member Of
API
object