query: { searchDocuments: ({ coopname?: undefined; created_at?: undefined; data: Variable<"SearchDocumentsInput!", "data">; full_title?: undefined; hash?: undefined; highlights?: undefined; registry_id?: undefined; username?: undefined; } | { coopname: boolean; created_at: boolean; data?: undefined; full_title: boolean; hash: boolean; highlights: boolean; registry_id: boolean; username: boolean; })[]; } = ... Type declaration
searchDocuments: ({
coopname?: undefined;
created_at?: undefined;
data: Variable<"SearchDocumentsInput!", "data">;
full_title?: undefined;
hash?: undefined;
highlights?: undefined;
registry_id?: undefined;
username?: undefined;
} | {
coopname: boolean;
created_at: boolean;
data?: undefined;
full_title: boolean;
hash: boolean;
highlights: boolean;
registry_id: boolean;
username: boolean;
})[]