Skip to content

Commit

Permalink
Update Section 3 -- Type System.md
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmark authored and leebyron committed Apr 13, 2021
1 parent 50ae66a commit a03513b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/Section 3 -- Type System.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,10 @@ For example, the following is *not* a valid Schema Coordinate:
Entity.Business
```

In this counter example, both `Entity.Business` and `Business` would refer to
the `Business` type. Since it would be ambiguous what the "primary key" should
be in an application that uses Schema Coordinates to reference types, this is
not allowed.
In this counter example, `Entity.Business` is redundant since `Business` already
uniquely identifies the Business type. Such redundancy is disallowed by this
spec - every type, field, field argument, enum value, directive, and directive
argument has exactly one canonical Schema Coordinate.

## Types

Expand Down

0 comments on commit a03513b

Please sign in to comment.