// graphql-publishing/src/cypher/songwriter/user/getAll/withVendor.cypher

MATCH (profile:Profile {profileType: $profileType, profileId: toInteger($profileId)})
MATCH (profile)-[:HAS_ACCESS_TO]->(:Label)-[:OWNS*0..1]->(l)-[:HAS_SIGNED_WRITER]->(sw:PublishingSongWriter)
