Skip to content

Commit 062a5e7

Browse files
committed
Upd
1 parent c85a37c commit 062a5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ schema = renameFromDirectiveTransformer(schema);
3636
schema = defaultValueDirectiveTransformer(schema);
3737
schema = validateDirectiveTransformer(schema);
3838
schema = uploadImageDirectiveTransformer(schema);
39-
schema = allowAnonDirectiveTransformer(schema);
4039
schema = requireAdminDirectiveTransformer(schema);
40+
schema = allowAnonDirectiveTransformer(schema);
4141
schema = requireUserInWorkspaceDirectiveTransformer(schema);
4242

4343
export default schema;

0 commit comments

Comments
 (0)