(params: ShowCreateStatementParameters)
| 20 | } from "~/api/materialize/showCreate"; |
| 21 | |
| 22 | export const showCreateQueryKey = (params: ShowCreateStatementParameters) => |
| 23 | [ |
| 24 | ...buildRegionQueryKey("showCreate"), |
| 25 | buildQueryKeyPart("showCreate", params), |
| 26 | ] as const; |
| 27 | |
| 28 | /** |
| 29 | * Exectues a `SHOW CREATE` statement. |
no test coverage detected