Skip to main content

RecordRef

No description

1
type RecordRef implements Recordable, ExampleReferenceInterfaceRefField {
2
_id: ID
3
_type: ID
4
}

Fields

_id ● ID scalar common

The unique ID of the Record. Corresponds to the Java method Record#getId and State#getId.

_type ● ID scalar common

Interfaces

Recordable interface common

The super interface for all types backed by data models, e.g. Java classes that implement Recordable. This interface declares a single _id field containing the UUID of the record. A corresponding _type field is intentionally omitted as it can be derived programmatically from the built-in GraphQL __typename field. Each GraphQL type that implements this interface will be annotated with the @gca_object_type directive which contains the backing data model's type ID.

ExampleReferenceInterfaceRefField interface common

Member Of

Was this page helpful?

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