We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8398175 commit ab79adbCopy full SHA for ab79adb
src/graphql/components/Table.tsx
@@ -26,7 +26,7 @@ export function Table({ fields }: Props) {
26
<td>
27
<p>
28
<code>{field.name}</code> (
29
- <code>
+ <code className="color-bg-transparent">
30
<Link
31
href={field.href}
32
makeAbsolute
@@ -75,7 +75,7 @@ export function Table({ fields }: Props) {
75
<li className="border-top mt-2">
76
<p className="mt-2">
77
<code>{argument.name}</code> (
78
79
<Link href={argument.type.href} makeAbsolute>
80
{argument.type.name}
81
</Link>
0 commit comments