Add new executor module

This commit is contained in:
2021-08-15 15:41:15 +02:00
parent cc8f14f122
commit dd996570c2
2 changed files with 83 additions and 0 deletions

View File

@ -38,6 +38,7 @@ library
Language.GraphQL.Error
Language.GraphQL.Execute
Language.GraphQL.Execute.Coerce
Language.GraphQL.Executor
Language.GraphQL.Execute.OrderedMap
Language.GraphQL.Type
Language.GraphQL.Type.In