Join Slack
Powered by
regarding `graphql-import`, is there an extra cost...
# orm-help
p
peter
06/20/2018, 3:08 PM
regarding
graphql-import
, is there an extra cost to importing all types (
import * from "./generated/prisma.graphql"
) vs selectively importing specific types?
t
tim2
06/20/2018, 4:05 PM
Nope, * only takes types which are used
👍 1
p
peter
06/20/2018, 5:39 PM
thanks tim!
2
Views
Open in Slack
Previous
Next