-
| Hello! | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
| Hi. You have to use annotations for that. It's the only way to have a mapping between PHP objects and GraphQL types. Look @gql\Field annotation for example. | 
Beta Was this translation helpful? Give feedback.
-
| @scion4581 No, unfortunately there is no such feature out of the box, but it's on our roadmap. | 
Beta Was this translation helpful? Give feedback.
Hi. You have to use annotations for that. It's the only way to have a mapping between PHP objects and GraphQL types. Look @gql\Field annotation for example.