Skip to content

Commit

Permalink
Export DirectableGraphQLObject type.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyjwilli committed Jul 21, 2023
1 parent e104815 commit d37cc77
Showing 1 changed file with 1 addition and 1 deletion.
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 d37cc77

Please sign in to comment.