Skip to content

Commit

Permalink
TASK: Mention Options HTTP Component in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich committed May 30, 2017
1 parent 6958b64 commit b4d3b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ It is a wrapper for the [PHP port of webonyx](https://github.com/webonyx/graphql
the GraphQL API
* A `StandardController` that renders the [GraphiQL IDE](https://github.com/graphql/graphiql) and acts as dispatcher
for API calls
* A HTTP Component that responds to `OPTIONS` requests correctly (required for CORS preflight requests for example)

## Installation

Expand Down Expand Up @@ -104,5 +105,4 @@ activate routes in your global `Routes.yaml` file:

![](graphiql.png)


For a more advanced example, have a look at the [Neos Content Repository implementation](https://github.com/bwaidelich/Wwwision.Neos.GraphQL)

0 comments on commit b4d3b5a

Please sign in to comment.