it('should return true if the queries are the same', () => {
    const property2 = fixtureFactory.v2.application.relationshipProperty('prop2', 'template1', [
      new TraversalQueryNode('out', { types: ['relType2'] }, [
        new MatchQueryNode({}, [
          new TraversalQueryNode('out', { types: ['relType1'] }, [new MatchQueryNode()]),