Difference between revisions of "Graph"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
  [[graph --help]]
 
  [[graph --help]]
 +
[[graph test]]
  
  
 +
add      Adds a new datasource to a subgraph.
 +
auth    Sets the deploy key to use when deploying to a Graph node.
 +
build    Builds a subgraph and (optionally) uploads it to IPFS.
 +
codegen  Generates AssemblyScript types for a subgraph.
 +
create  Registers a subgraph name
 +
deploy  Deploys a subgraph to a Graph node.
 +
init    Creates a new subgraph with basic scaffolding.
 +
local    Runs local tests against a Graph Node environment (using Ganache by default).
 +
remove  Unregisters a subgraph name
 +
test    Runs rust binary for subgraph testing.
  
 +
== Related ==
 +
* [[env: node: No such file or directory]]
 +
* [[Graph logs]]
  
 
== See also ==
 
== See also ==

Latest revision as of 12:14, 20 July 2023

graph --help
graph test


add      Adds a new datasource to a subgraph.
auth     Sets the deploy key to use when deploying to a Graph node.
build    Builds a subgraph and (optionally) uploads it to IPFS.
codegen  Generates AssemblyScript types for a subgraph.
create   Registers a subgraph name
deploy   Deploys a subgraph to a Graph node.
init     Creates a new subgraph with basic scaffolding.
local    Runs local tests against a Graph Node environment (using Ganache by default).
remove   Unregisters a subgraph name
test     Runs rust binary for subgraph testing.

Related[edit]

See also[edit]

Advertising: