GetEntry
A type with fields providing the ability to fetch a single record.
1type GetEntry {2Record(3with: RecordGetInput!4): RecordGet5}
Fields
Record ● RecordGet object common
Provides the ability to fetch a Recordable by a unique identifier.
with ● RecordGetInput! non-null input common
Accepts inputs for unique identifiers, such as an ID or URL.
Returned By
Get query