it('should return false if the queries differ in attributes', () => {
    const property2 = fixtureFactory.v2.application.relationshipProperty('prop2', 'template1', [
      new TraversalQueryNode('out', { types: ['relType2'] }, [
        new MatchQueryNode({}, [
          new TraversalQueryNode('out', { types: ['different rel type'] }, [new MatchQueryNode()]),