diff --git a/examples/api-routes-apollo-server-and-client-auth/lib/user.js b/examples/api-routes-apollo-server-and-client-auth/lib/user.js index e5b82ed635c6e..bc2565526ce76 100644 --- a/examples/api-routes-apollo-server-and-client-auth/lib/user.js +++ b/examples/api-routes-apollo-server-and-client-auth/lib/user.js @@ -1,5 +1,5 @@ import crypto from 'crypto' -import uuidv4 from 'uuid/v4' +import { v4 as uuidv4 } from 'uuid' /** * User methods. The example doesn't contain a DB, but for real applications you must use a