# namespace graphQL export class Relationship extends Enum { is: Relationship = 0; has: Relationship = 1; }
is
has