CustomerSystemSummary
No description
type CustomerSystemSummary {
count: Int!
roles: [CustomerSystemSummaryRolesWithSystemTypes!]!
types: [CustomerSystemSummarySystemTypeWithSystemRoles!]!
}
Fields
CustomerSystemSummary.count ● Int! non-null scalar
CustomerSystemSummary.roles ● [CustomerSystemSummaryRolesWithSystemTypes!]! non-null object
CustomerSystemSummary.types ● [CustomerSystemSummarySystemTypeWithSystemRoles!]! non-null object
Member Of
Customer object