Get
public struct Get: Fn
Retrieves the instance identified by ref. If the instance does not exist, an “instance not found” error will be returned. Use the exists predicate to avoid “instance not found” errors. Reference.
FaunaDB Docs (82% documented)
public struct Get: Fn
Retrieves the instance identified by ref. If the instance does not exist, an “instance not found” error will be returned. Use the exists predicate to avoid “instance not found” errors. Reference.