Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
cli: provoke change
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 5, 2018
1 parent a221172 commit fa670ae
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions cli/packages/prisma-yml/README.md
Expand Up @@ -48,7 +48,7 @@ prisma init

3. **Define your data model:**

Edit `datamodel.graphql` to define your data model using the [GraphQL SDL notation](https://www.prismagraphql.com/docs/reference/service-configuration/data-modelling-(sdl)-eiroozae8u).
Edit `datamodel.graphql` to define your data model using the [GraphQL SDL notation](<https://www.prismagraphql.com/docs/reference/service-configuration/data-modelling-(sdl)-eiroozae8u>).

```graphql
type Tweet {
Expand Down Expand Up @@ -92,14 +92,13 @@ Use the endpoint from the previous step in your frontend (or backend) applicatio

## Examples

- [demo-application](https://github.com/graphcool/graphql-server-example)
- [auth](examples/auth)
- [file-handling-s3](examples/file-handling-s3)
- [github-auth](examples/github-auth)
- [permissions](examples/permissions)
- [resolver-forwarding](examples/resolver-forwarding)
- [subscriptions](examples/subscriptions)

* [demo-application](https://github.com/graphcool/graphql-server-example)
* [auth](examples/auth)
* [file-handling-s3](examples/file-handling-s3)
* [github-auth](examples/github-auth)
* [permissions](examples/permissions)
* [resolver-forwarding](examples/resolver-forwarding)
* [subscriptions](examples/subscriptions)

## Architecture

Expand Down Expand Up @@ -155,5 +154,3 @@ Prisma has a community of thousands of amazing developers and contributors. Welc

Contributions are **welcome and extremely helpful** 馃檶
Please refer [to the contribution guide](https://github.com/graphcool/prisma/blob/master/CONTRIBUTING.md) for more information.


0 comments on commit fa670ae

Please sign in to comment.