Skip to content

Commit

Permalink
add wording for implicit bindings, tk maybe a note
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashi Krishnan committed Apr 23, 2022
1 parent 22c664b commit e497cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link/v1.0/link-v1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Elements are the same as in [global graph references](#sec-Global-Graph-Referenc

A {Binding} contains:
- {gref}: GRef — the [global graph reference](#sec-Global-Graph-References) which is the target of the binding
- {implicit}: Bool — indicating whether the binding was explicitly imported or created implicitly. Implicit bindings may be overwritten by explicit bindings and will not be formed if an explicit binding for the item alreaady exists
- {implicit}: Bool — indicating whether the binding was explicitly imported or created implicitly. Implicit bindings are "soft"—they may be overwritten by explicit bindings and will not be formed if an explicit binding for the item alreaady exists.

Similar to a [gref](#sec-Global-Graph-References)'s elements, different types of scoped items can have the same name without conflict. For example, a scope can contain both a type and schema named "User", although this should generally be avoided if possible.

Expand Down

0 comments on commit e497cf4

Please sign in to comment.