Skip to main content

Get Basic

Get a single Basic by ID.

Query

query GetBasic($id: ID!) {
basic(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a Basic resource.