Hi,
I want to create some labels in a space with a prefix. The prefix, in this case, should be '#'. Everytime I trie to create a label like '#example' I get a 500 from graphSQL.
I thought about escaping, when it's an sql error but '\#example' is not working.
Can someone help me to understand, why it's not working?