Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dev-test/githunt-invalid/invalid.graphql
packages/graphql-codegen-cli/tests/test-documents/invalid-schema.graphql
packages/presets/gql-tag-operations/tests/fixtures/crlf-operation.ts
dist/
Expand Down Expand Up @@ -37,5 +36,6 @@ packages/graphql-codegen-cli/tests/test-files/schema-dir/error-schema.graphql
packages/graphql-codegen-cli/tests/test-files/error-document.graphql

# Ignore dev-tests with no prettier requirement
dev-test/test-schema/flow-types.flow.js
dev-test/general/githunt-invalid/invalid.graphql
dev-test/general/test-schema/flow-types.flow.js
dev-test-apollo-tooling/src/__generated__/
8 changes: 0 additions & 8 deletions dev-test-outer-dir/githunt/current-user.query.graphql

This file was deleted.

1 change: 0 additions & 1 deletion dev-test/.env

This file was deleted.

312 changes: 0 additions & 312 deletions dev-test/codegen.ts

This file was deleted.

8 changes: 8 additions & 0 deletions dev-test/general-outer-dir/githunt/current-user.query.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# When running `pnpm dev-test:watch`, updating this file should trigger rebuild,
# even though it's "outside" of the CWD of `dev-test/general/codegen.ts`
query CurrentUserForProfileFromOutsideDirectory {
currentUser {
login
avatar_url
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file should be excluded by all dev-test/codegen.ts patterns that otherwise
# include files from dev-test-outer-dir, so that when running `pnpm watch:examples`,
# This file should be excluded by all dev-test/general/codegen.ts patterns that otherwise
# include files from dev-test-outer-dir, so that when running `pnpm dev-test:watch`,
# updating this file should _never_ trigger rebuild
query NothingShouldUseThisQuery {
currentUser {
Expand Down
1 change: 1 addition & 0 deletions dev-test/general/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SCHEMA_PATH=./dev-test/general/test-schema/schema.graphql
File renamed without changes.
Loading
Loading