Skip to content

Commit 7472c5b

Browse files
kalinchernevSashko Stubailo
authored and
Sashko Stubailo
committed
Removing unnecessary word (graphql#143)
This is a super-tiny update.
1 parent 2b0a667 commit 7472c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/Learn-Schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ type Starship {
6868
}
6969
```
7070

71-
All arguments are named. Unlike languages like JavaScript and Python where functions take a list of ordered arguments, all arguments in GraphQL are be passed by name specifically. In this case, the `length` field has one defined argument, `unit`.
71+
All arguments are named. Unlike languages like JavaScript and Python where functions take a list of ordered arguments, all arguments in GraphQL are passed by name specifically. In this case, the `length` field has one defined argument, `unit`.
7272

7373
Arguments can be either required or optional. When an argument is optional, we can define a _default value_ - if the `unit` argument is not passed, it will be set to `METER` by default.
7474

0 commit comments

Comments
 (0)