Serve With Faked Data (Schema)
Takes a GraphQL schema and runs a server based on it, with faked data.
Serve - Usage
Run the following command:
graphql-inspector serve SCHEMA
Arguments
SCHEMA
- point to a schema
Flags
-r, --require <s>
- require a module-t, --token <s>
- an access token-h, --header <s>
- set HTTP header (--header 'Auth: Basic 123'
)--method
- method on URL schema pointers (default:POST
)--federation
- Support Apollo Federation directives (default:false
)--aws
- Support AWS Appsync directives and scalar types (default:false
)
Output
A server running on port 4000
. URL: http://localhost:4000/graphql
.