Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

rest-graphql-example

Apollo server for 1C:Enterprise REST demo

Start Apollo Server

yarn start

open http://localhost:4000/ to see the GraphQL Playground

GraphQL Queries

Get Data

All Goods

{
  goods {
    name
  }
}