Represents additional information about the GraphQL response. This interface provides metadata or supplementary details that may accompany the main response data.

interface Extensions {
    is_final: boolean;
}

Properties

Properties

is_final: boolean

Indicates whether the response is final. If true, the response is considered complete and no further updates or modifications are expected.