Giter Club home page Giter Club logo

feedback-subgraph's Introduction

Contents

/src:

  • /resolvers: Directory for implementing resolvers. resolvers.ts should import any of your *.resolvers.ts definitions and be the single source for exported resolvers. These are used in server.ts to initialize the server.
  • /types: Directory for defining your GQL types. Note: GQL types should be following the *.type.ts naming conventions to avoid conflicts with typescript type definitions which I've chosen to Capitalize to distinguish from any GQL files. You could also choose to create a separate directory for them.
  • /datasources: A directory to implement any necessary data sources.
  • server.ts: Exports a createServer function with the type definitions and resolvers. Also used by jest to create a server during testing.
  • index.ts: Where the magic happens. This creates a server instance and invokes the listener.

/tests: Includes spec files for tests.

TODO

  • change to docker application
  • fix tests
  • hook up additional queries

feedback-subgraph's People

Contributors

victor-optimizely avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.