-
Does somebody have experience with converting YAML definitions to PHP classes? I want to do this in an automated way as we have hundreds of them. |
Beta Was this translation helpful? Give feedback.
Answered by
mcg-web
Oct 12, 2021
Replies: 1 comment 8 replies
-
Yaml types are always converted to php classes for a performance purpose. You can use command graphql: compile to generate them on demand. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
ruudk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yaml types are always converted to php classes for a performance purpose. You can use command graphql: compile to generate them on demand.