Skip to content

Commit c1afb54

Browse files
authored
Export DirectableGraphQLObject type (#5444)
* Export DirectableGraphQLObject type. * Export DirectableGraphQLObject type.
1 parent e104815 commit c1afb54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/stupid-pans-breathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-tools/utils': patch
3+
---
4+
5+
Exports the `DirectableGraphQLObject` type.

packages/utils/src/get-directives.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type SchemaOrTypeNode =
3939
| FieldDefinitionNode
4040
| InputValueDefinitionNode;
4141

42-
type DirectableGraphQLObject =
42+
export type DirectableGraphQLObject =
4343
| GraphQLSchema
4444
| GraphQLSchemaConfig
4545
| GraphQLNamedType

0 commit comments

Comments
 (0)