We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687101e commit 1d25ecaCopy full SHA for 1d25eca
schema.graphql
@@ -1,4 +1,5 @@
1
directive @auth on FIELD_DEFINITION
2
+
3
directive @role(requires: UserType) on FIELD_DEFINITION
4
5
type ActionItem {
scripts/custom-test-env.js
@@ -2,9 +2,8 @@ import Environment from 'jest-environment-jsdom';
import { TextEncoder, TextDecoder } from 'util';
/**
- * A custom environment to set the TextEncoder and TextDecoder variables,
6
- * required for pdfme during testing.
7
- * Providing a polyfill to the environment.
+ * A custom environment to set the TextEncoder and TextDecoder variables, that is required by @pdfme during testing.
+ * Providing a polyfill to the environment for the same
8
*/
9
10
export default class CustomTestEnvironment extends Environment {
0 commit comments