You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to import all types from my prisma schema, however nothing actually imports.
Here is the output.
If I try to import a specific type, such as an input type called UserUpdateInputit will not specifically import UserUpdateInput. It will only import every type that is similar such as UserUpdateManyDataInput, UserUpdateManyMutationInput, UserUpdateManyWithoutRolesInput, etc...
Here is the start of my prisma-schema.graphql file for reference/example.
The text was updated successfully, but these errors were encountered:
Flash619
changed the title
#import * from 'prisma-schema.graphql' Not Importing Anything. Specific Types Only Import Dependancies.
#import * from 'prisma-schema.graphql' Not Importing Anything. Specific Types Not Importing.
Apr 21, 2019
I'm trying to import all types from my prisma schema, however nothing actually imports.
Here is the output.
If I try to import a specific type, such as an input type called
UserUpdateInput
it will not specifically importUserUpdateInput
. It will only import every type that is similar such asUserUpdateManyDataInput
,UserUpdateManyMutationInput
,UserUpdateManyWithoutRolesInput
, etc...Here is the start of my prisma-schema.graphql file for reference/example.
Am I misinterpreting anything?
package.json
The text was updated successfully, but these errors were encountered: