Skip to content

Commit fbcc4e7

Browse files
authored
Add Links to the Our forum post and issue tracker
1 parent fcbdd79 commit fbcc4e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## What is this
44
An experimental implementation of [GraphQL](https://graphql.org) for Umbraco using [GraphQL for .NET](https://github.com/graphql-dotnet/graphql-dotnet).
55

6-
Please note this **should not be used in production**, since there a **no security** and all you data will be **publicly available**.
6+
If you're interested in getting GraphQL into Umbraco Core please join the discussion on [Our](https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/92236-getting-graphql-into-umbraco) and on the [issue tracker](http://issues.umbraco.org/issue/U4-11389).
7+
8+
Please note this **should not be used in production**, since there are **no security** and all you data will be **publicly available**.
79

810
## How does it work
911
An Owin middleware exposes Umbraco Published Content as a GraphQL endpoint.
@@ -17,7 +19,7 @@ There are also two generic fields `content(id: ID!)` and `contentAtRoot` which c
1719
## Getting started
1820
Clone the repository and run the Website (F5 in Visual Studio), install Umbraco with the starter kit and start exploring the API using GraphiQL by opening `/umbraco/graphiql`.
1921

20-
There's also a [downloaded](https://drive.google.com/file/d/1L67kZV7u6tXy45zknLih421Rlbrx3fh3/view) which contains a prebuilt website with some sample data based on the starter kit. Login `[email protected]`/`1234567890`. It's based on the Umbraco starter kit, where `People`, `Products` and `Blog` has been moved to the root of the tree.
22+
There's also a [download](https://drive.google.com/file/d/1L67kZV7u6tXy45zknLih421Rlbrx3fh3/view) which contains a prebuilt website with some sample data based on the starter kit. Login `[email protected]`/`1234567890`. It's based on the Umbraco starter kit, where `People`, `Products` and `Blog` has been moved to the root of the tree.
2123

2224
### Urls
2325
| Url | Description |

0 commit comments

Comments
 (0)