refactor: graphql page to new ui

This commit is contained in:
liyasthomas
2021-07-24 14:10:28 +05:30
parent 84b94f3091
commit 4de55c39dd
9 changed files with 422 additions and 332 deletions

View File

@@ -71,8 +71,8 @@
:value="requestCode"
:lang="codegens.find((x) => x.id === codegenType).language"
:options="{
maxLines: '10',
minLines: '10',
maxLines: '16',
minLines: '8',
fontSize: '14px',
autoScrollEditorIntoView: true,
readOnly: true,