Skip to content

Commit c3136d4

Browse files
committed
added link
1 parent 129c51c commit c3136d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/creating-our-graphql-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ type Query {
6161

6262
🔋 We creating a `getAllListings` query that will return an array of the `Listings`.
6363

64-
So now we went through the process of adding editing our Schema in an SDL manner to create a query.
64+
So now we went through the process of adding editing our Schema in an SDL manner to create a query. You can also follow a [code-first](https://www.prisma.io/blog/the-problems-of-schema-first-graphql-development-x1mn4cb0tyl3) approach to creating a GraphQL schema.

0 commit comments

Comments
 (0)