Add basic flow and flowObject information to graphql #329
Annotations
10 errors
Code Checks:
src/domain-services/emergency/emergency-service.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
Code Checks:
src/domain-services/emergency/emergency-service.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
Code Checks:
src/domain-services/emergency/emergency-service.ts#L24
Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead
|
Code Checks:
src/domain-services/emergency/graphql/resolver.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
Code Checks:
src/domain-services/emergency/graphql/resolver.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
Code Checks:
src/domain-services/flow-object/flow-object-service.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
Code Checks:
src/domain-services/flow-object/flow-object-service.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
Code Checks:
src/domain-services/flow-object/flow-object-service.ts#L6
All imports in the declaration are only used as types. Use `import type`
|
Code Checks:
src/domain-services/flow-object/flow-object-service.ts#L32
Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead
|
Code Checks:
src/domain-services/flow-object/flow-object-service.ts#L42
Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead
|