Skip to content
View akkonrad's full-sized avatar
Block or Report

Block or report akkonrad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. neo4j-webinar neo4j-webinar Public

    TypeScript 2

  2. nx-gann-starterkit nx-gann-starterkit Public

    NX version of the gann-starterkit repository

    TypeScript

  3. gann-starterkit gann-starterkit Public

    Starterkit project

    TypeScript 2 2

  4. gql/type-defs.ts gql/type-defs.ts
    1
    // type-defs.ts
    2
    import { gql } from 'apollo-server-express';
    3
    
                  
    4
    export const typeDefs = gql`
    5
      type Person {
  5. app/gql/gql.module.ts app/gql/gql.module.ts
    1
    export const gqlProviderFactory = async () => {
    2
    
                  
    3
      const { NEO4J_URI, NEO4J_USERNAME, NEO4J_PASSWORD } = process.env;
    4
    
                  
    5
      const driver = neo4j.driver(