Skip to main content

GetEntry

A type with fields providing the ability to fetch a single record.

1
type GetEntry {
2
Record(
3
with: RecordGetInput!
4
): RecordGet
5
}

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

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.