Created
December 10, 2021 05:00
-
-
Save manakuro/8904ef80e78e5729e4e730913220803b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ex, err := entgql.NewExtension( | |
entgql.WithWhereFilters(true), | |
entgql.WithConfigPath("../gqlgen.yml"), | |
entgql.WithSchemaPath("../graph/ent.graphqls"), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment