Difference between | and +?
#1513
-
|
Is there an actual difference between the The The schema playground seems to allow them to be used interchangeably. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
They are not interchangeable |
Beta Was this translation helpful? Give feedback.
-
|
Ah, you're totally right. I didn't see the little red syntax-error squiggle, color perception issues! |
Beta Was this translation helpful? Give feedback.
|is for specifying different possible subject types on arelationand cannot be used as part of apermission:relation foo: firsttype | secondtype+is used for combining different relations within apermissionand cannot be used on arelation:permission view = viewer + editor.They are not interchangeable