Skip to content

Commit 37a9e10

Browse files
authored
fix: remove underscore fields (#6801)
1 parent 17d5bf5 commit 37a9e10

File tree

4 files changed

+3
-27
lines changed

4 files changed

+3
-27
lines changed

packages/services/api/src/modules/shared/module.graphql.ts

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,11 @@ export default gql`
3434
name: String!
3535
) repeatable on FIELD_DEFINITION | INTERFACE | OBJECT | UNION | ARGUMENT_DEFINITION | SCALAR | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION
3636
37-
type Query {
38-
_: Boolean @tag(name: "public")
39-
}
37+
type Query
4038
41-
type Mutation {
42-
_: Boolean @tag(name: "public")
43-
}
39+
type Mutation
4440
45-
type Subscription {
46-
_: Boolean @tag(name: "public")
47-
}
41+
type Subscription
4842
4943
type PageInfo {
5044
hasNextPage: Boolean! @tag(name: "public")

packages/services/api/src/modules/shared/resolvers/Mutation/_.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/services/api/src/modules/shared/resolvers/Query/_.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/services/api/src/modules/shared/resolvers/Subscription/_.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)