teleprice-quoting-system

1.4.1 • Public • Published

Contract Rate Quoting Feed

`/application

  `/priceFeedA`
   `/graphqlrc.yml`
  `/ProductAQuery.graphql`
    `/ProductASchema.graphql`

  `./productB`
    `.graphqlrc.yml`
    `ProductBQuery.graphql`
   `ProductBSchema.graphql`

A separate GraphQL server should be instantiated for seperate instruments and price feeds along with its own .graphqlrc.yml

Diagnostics = getDiagnostics Autocomplete = getAutocompleteSuggestions Master Document = getMaster Document Symbols = getDocumentSymbols Define Clause = getDefinition

Extensions that are Consuming

import {loadConfig} from 'graphql-config';
import {InspectorExtension} from './extension';

async function main() {
  const config = await loadConfig({
    extensions: [InspectorExtension],
  });
}

Package Sidebar

Install

npm i teleprice-quoting-system

Weekly Downloads

1

Version

1.4.1

License

SEE LICENSE IN SRC

Unpacked Size

22.6 kB

Total Files

10

Last publish

Collaborators

  • sambacha