Skip to main content

PatentFamily

No description

type PatentFamily {
family_id: Int!
size: Int!
type: String!
lensId(
first: Int = 0
offset: Int = 0
orderBy: [_HasLensIdOrdering] = []
filter: _PatentFamilyHasLensIdFilter
): [_PatentFamilyLensId]
_id: String
}

Fields

family_id (Int!)

size (Int!)

type (String!)

lensId ([_PatentFamilyLensId])

_id (String)

Generated field for querying the Neo4j system id of this node.