Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Nov 6, 2022
1 parent e4423a2 commit 0e3951e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/loaders/json-schema/src/directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ export function processResolveRootFieldAnnotations(field: GraphQLField<any, any>
return actualFieldObj;
};
}
field.extensions = field.extensions || {};
Object.defineProperty(field.extensions, 'propertyName', {
value: propertyName,
});
}

export const RegExpDirective = new GraphQLDirective({
Expand Down

0 comments on commit 0e3951e

Please sign in to comment.