Skip to content

Commit 23ac30a

Browse files
unicodeveloperpeggyrayzis
authored andcommitted
Add concept
1 parent 29e84fc commit 23ac30a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/tutorial/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In the code above, we imported the `ApolloServer` class and `gql` tag from the `
6060

6161
Every GraphQL server runs a schema at its core. A schema defines types and their relationships. The specifications of the types of queries that can be run against a GraphQL server are defined in a schema. Let's design the schema for our app.
6262

63-
GraphQL schemas are at their best when they are designed around the needs of client applications. In fact, this is called **Schema First Development**, an approach for building applications with GraphQL that involves the frontend and backend teams agreeing on a schema first, which serves as a contract between the UI and the backend before any API development commences.
63+
GraphQL schemas are at their best when they are designed around the needs of client applications. In fact, this concept is called **Schema First Development**, an approach for building applications with GraphQL that involves the frontend and backend teams agreeing on a schema first, which serves as a contract between the UI and the backend before any API development commences.
6464

6565
In our app, we need to provide the following features:
6666

0 commit comments

Comments
 (0)