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
<divclass="alert alert-info">There are many enumeration library in PHP and you might be using another library.
265
265
If you want to add support for your own library, this is not extremely difficult to do. You need to register a custom
266
-
"RootTypeMapper" with GraphQLite. You can learn more about <em>type mappers</em> in the <ahref="internals.md">"internals" documentation</a>
266
+
"RootTypeMapper" with GraphQLite. You can learn more about <em>type mappers</em> in the <ahref="internals">"internals" documentation</a>
267
267
and <ahref="https://github.com/thecodingmachine/graphqlite/blob/master/src/Mappers/Root/MyCLabsEnumTypeMapper.php">copy/paste and adapt the root type mapper used for myclabs/php-enum</a>.</div>
0 commit comments