AccountCustomFieldUsageNode
No description
type AccountCustomFieldUsageNode {
type: String!
id: ID
name: String!
detail: String
href: String
status: String
children: [AccountCustomFieldUsageNode!]!
}
Fields
AccountCustomFieldUsageNode.type ● String! non-null scalar
AccountCustomFieldUsageNode.id ● ID scalar
AccountCustomFieldUsageNode.name ● String! non-null scalar
AccountCustomFieldUsageNode.detail ● String scalar
AccountCustomFieldUsageNode.href ● String scalar
AccountCustomFieldUsageNode.status ● String scalar
AccountCustomFieldUsageNode.children ● [AccountCustomFieldUsageNode!]! non-null object
Member Of
AccountCustomFieldUsage object ● AccountCustomFieldUsageNode object


