You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/creating-our-graphql-schema.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,4 +61,4 @@ type Query {
61
61
62
62
🔋 We creating a `getAllListings` query that will return an array of the `Listings`.
63
63
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