You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now @field directive allows map only primitive types, like string/numbers/arrays or objects 1:1. But there is no way to implement that case from above.
The text was updated successfully, but these errors were encountered:
For example we'd like to group some fields into specific object type:
And entity's structure looks like:
Right now
@field
directive allows map only primitive types, like string/numbers/arrays or objects 1:1. But there is no way to implement that case from above.The text was updated successfully, but these errors were encountered: