Minor Changes
-
94bee8b: This change allows pkg - npm to have snapshot stored schema files read by graphql-tools.
pkg generates cross platform binary executables of node apps and includes a packaged read-only filesystem called a snapshot.
This change was made because the pkg snapshot file system does not support use of globbing.
If you want to use the snapshot facilty with pkg for schema files then:
- Access your snapshot schema file or files through a __dirname join
- Your file or files must be accessed by name without the glob '*' character.
- Do not add ignore files with ! (with or without a glob)
- Do not specify includeSources: true