SYMBOL INDEX (61 symbols across 30 files) FILE: Express_GraphQL_Apollo_Mongodb_Server/config/express.ts class Express (line 14) | class Express { method origin (line 27) | origin(origin, callback) { FILE: Express_GraphQL_Apollo_Mongodb_Server/server/graphql/resolvers/user.ts constant USER_ADDED (line 14) | const USER_ADDED = 'USER_ADDED'; FILE: Express_GraphQL_Apollo_Mongodb_Server/server/models/user.ts method get (line 39) | get(id: string): mongoose.Document { FILE: nextjs-app/pages/_app.tsx class MyApp (line 13) | class MyApp extends App { method render (line 14) | render() { FILE: nextjs-app/pages/signup.tsx type SignUpState (line 16) | interface SignUpState { class SignUp (line 23) | class SignUp extends React.PureComponent { method constructor (line 24) | constructor(props) { method render (line 58) | render() { FILE: nextjs-app/pages/update.tsx type UpdateState (line 15) | interface UpdateState { class Update (line 22) | class Update extends React.PureComponent { method constructor (line 23) | constructor(props) { method render (line 56) | render() { FILE: nextjs-app/pages/users.tsx type User (line 11) | interface User { type Data (line 17) | interface Data { type UserProps (line 21) | interface UserProps { FILE: nextjs-app/src/components/Card.tsx type User (line 9) | interface User { type CardProps (line 15) | interface CardProps { type UserCardProps (line 20) | interface UserCardProps { FILE: nextjs-app/src/components/List.tsx type User (line 9) | interface User { type ListProps (line 15) | interface ListProps { FILE: nextjs-app/src/components/Login.tsx type LoginState (line 15) | interface LoginState { class Login (line 21) | class Login extends React.PureComponent { method constructor (line 22) | constructor(props) { method render (line 55) | render() { FILE: nextjs-app/src/config/index.ts constant SERVER (line 6) | const SERVER = 'http://localhost:4020/graphql'; constant WEB_SOCKET_LINK (line 7) | const WEB_SOCKET_LINK = 'ws://localhost:4020/graphql'; FILE: nextjs-app/src/configureClient.ts type Definintion (line 17) | interface Definintion { FILE: nextjs-app/src/graphql/mutation/createUser.ts constant CREATE_USER (line 8) | const CREATE_USER = gql` FILE: nextjs-app/src/graphql/mutation/updateUser.ts constant UPDATE_USER (line 8) | const UPDATE_USER = gql` FILE: nextjs-app/src/graphql/query/login.ts constant LOGIN_USER (line 8) | const LOGIN_USER = gql` FILE: nextjs-app/src/graphql/query/user.ts constant GET_USERS (line 8) | const GET_USERS = gql` FILE: nextjs-app/src/graphql/subscription/users.ts constant USER_ADDED (line 8) | const USER_ADDED = gql` FILE: nextjs-app/src/utils/auth.tsx method getInitialProps (line 34) | static async getInitialProps(ctx) { method render (line 44) | render() { FILE: react-app/src/components/Card/index.tsx type User (line 10) | interface User { type CardProps (line 16) | interface CardProps { type UserCardProps (line 21) | interface UserCardProps { FILE: react-app/src/components/List/index.tsx type User (line 10) | interface User { type ListProps (line 16) | interface ListProps { FILE: react-app/src/components/LoginForm/index.tsx type LoginFormState (line 16) | interface LoginFormState { class LoginForm (line 22) | class LoginForm extends React.PureComponent { method constructor (line 23) | constructor(props: any) { method render (line 56) | render() { FILE: react-app/src/config/index.ts constant SERVER (line 6) | const SERVER = 'http://localhost:4020/graphql'; constant WEB_SOCKET_LINK (line 7) | const WEB_SOCKET_LINK = 'ws://localhost:4020/graphql'; FILE: react-app/src/configureClient.ts type Definintion (line 16) | interface Definintion { FILE: react-app/src/graphql/mutation/createUser.ts constant CREATE_USER (line 8) | const CREATE_USER = gql` FILE: react-app/src/graphql/mutation/updateUser.ts constant UPDATE_USER (line 8) | const UPDATE_USER = gql` FILE: react-app/src/graphql/query/login.ts constant LOGIN_USER (line 8) | const LOGIN_USER = gql` FILE: react-app/src/graphql/query/user.ts constant GET_USERS (line 8) | const GET_USERS = gql` FILE: react-app/src/graphql/subscription/users.ts constant USER_ADDED (line 8) | const USER_ADDED = gql` FILE: react-app/src/screens/SignUp/index.tsx type SignUpState (line 16) | interface SignUpState { class SignUp (line 23) | class SignUp extends React.PureComponent { method constructor (line 24) | constructor(props: any) { method render (line 58) | render() { FILE: react-app/src/screens/Update/index.tsx type UpdateState (line 14) | interface UpdateState { class Update (line 21) | class Update extends React.PureComponent { method constructor (line 22) | constructor(props: any) { method render (line 55) | render() {