Is there a way to get a list of types already loaded from the schema? #935
Unanswered
abdullahseba
asked this question in
Q&A
Replies: 1 comment
-
There sure is. This library has both higher level utilities to do it ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to load types that have not already been loaded in the PHP-defined schema so that they can be used in the schema language. The problem is,
setTypes()
doesn't accept any types which have already been loaded in the schema andsetTypeLoader()
requires all types including those defined in the schema language. There doesn't seem to be a way of either extracting the types from the schema language forsetTypeLoader()
or a way of getting a list of already loaded types to be excluded insetTypes()
.Any ideas for this?
Beta Was this translation helpful? Give feedback.
All reactions