Skip to main content

Record

No description

interface Record {
id: ID!
}

Fields

id ● ID! non-null scalar common

Example

{
"id": 1
}