diff --git a/components/graphql/field.vue b/components/graphql/field.vue index 4234bbee9..d84965b70 100644 --- a/components/graphql/field.vue +++ b/components/graphql/field.vue @@ -22,6 +22,18 @@ > {{ $t("deprecated") }} +
+
ARGUMENTS:
+
+
+ {{ field.name }}: + +
+ {{ field.description }} +
+
+
+
@@ -39,7 +51,6 @@ export default { jumpTypeCallback: Function, isHighlighted: { type: Boolean, default: false }, }, - computed: { fieldName() { return this.gqlField.name