Skip to content

Commit

Permalink
Export DirectableGraphQLObject type (#5444)
Browse files Browse the repository at this point in the history
* Export DirectableGraphQLObject type.

* Export DirectableGraphQLObject type.
  • Loading branch information
kennyjwilli committed Jul 21, 2023
1 parent e104815 commit c1afb54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stupid-pans-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-tools/utils': patch
---

Exports the `DirectableGraphQLObject` type.
2 changes: 1 addition & 1 deletion packages/utils/src/get-directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type SchemaOrTypeNode =
| FieldDefinitionNode
| InputValueDefinitionNode;

type DirectableGraphQLObject =
export type DirectableGraphQLObject =
| GraphQLSchema
| GraphQLSchemaConfig
| GraphQLNamedType
Expand Down

0 comments on commit c1afb54

Please sign in to comment.