Skip to content

Commit

Permalink
Merge aa0eca2 into c2783dc
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Aug 4, 2020
2 parents c2783dc + aa0eca2 commit 28d8bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/type_mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ configuration file.</strong></div>

<div class="alert alert-info">There are many enumeration library in PHP and you might be using another library.
If you want to add support for your own library, this is not extremely difficult to do. You need to register a custom
"RootTypeMapper" with GraphQLite. You can learn more about <em>type mappers</em> in the <a href="internals.md">"internals" documentation</a>
"RootTypeMapper" with GraphQLite. You can learn more about <em>type mappers</em> in the <a href="internals">"internals" documentation</a>
and <a href="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>

## Deprecation of fields
Expand Down

0 comments on commit 28d8bff

Please sign in to comment.