SupPartFamilyDocument
SupPartFamilyDocument contains the details for the documentation provided for a Part Family.
url contains a link to the given document.
updatedAt is the time we last updated this document.
type SupPartFamilyDocument {
description: String!
type: SupPartFamilyDocumentType!
updatedAt: DateTime!
url: String!
}