Using @ and - with GraphQL

I solved that topic by using variables within the requests. Those variables accept JSON.stringify()ed objects - including parameter IDs (which include "-"s) as property names/key.

… and they also would accept the “@”. But in that case I haven’t seen any sense in detaching the Data (parameter updates), so I don’t need the “@” anymore.

:partying_face:

3 Likes