LicenseNode
No description
type LicenseNode {
ancestorIds: [ID!]
id: ID!
name: String!
hierarchicalName: String!
depth: Int!
parentLicenseId: ID
createdAt: Date
}
Fields
LicenseNode.ancestorIds
● [ID!]
list scalar
LicenseNode.id
● ID!
non-null scalar
LicenseNode.name
● String!
non-null scalar
LicenseNode.hierarchicalName
● String!
non-null scalar
LicenseNode.depth
● Int!
non-null scalar
LicenseNode.parentLicenseId
● ID
scalar
LicenseNode.createdAt
● Date
scalar
Member of
Client
object