• 首页
  • 产品中心
    • 数式Oinone四大产品

      低代码开发平台无代码开发平台集成开发平台AI大模型开发
    • 数式Oinone体系能力

      用户与组织权限管理文件管理消息中心国际化业务审计
    • 数式Oinone核心产品特性

      低无一体面向软件公司场景无限制应用级扩容可分可合
  • 服务中心
    • 客户服务

      预约演示方案咨询私有部署找人定制
    • 开发者

      问答下载
    • Oinone学院

      社区学习

    《精讲面向软件公司的低代码平台——以Oinone为例》

  • 合作伙伴
    渠道申请伙伴名录专家库
  • 关于数式
0571-88757863

Runtime:How to Properly Initiate Requests Using GQL Tools


I. Introduction

This article explains how to properly initiate GraphQL (GQL) requests and addresses common issues encountered when using GQL tools.

II. Parameter Guide

  1. Request URL and Method
    Find the request URL and HTTP method in the browser's request headers. Ensure the GQL tool uses the exact same URL and method as the browser request to communicate with the server correctly.

    Request Headers
    Request Headers
  2. Query and Variables
    Each GQL request consists of two main parts:

    • Query: Defines the structure of the data to retrieve.
    • Variables: Dynamic parameters for the query (optional).

    To replicate a request:

    • Right-click on Query and Variables in the browser developer tools.
    • Select "Copy Value" and paste them into your GQL tool.
    Copy Query and Variables
    Copy Query and Variables

Important Note:

  • Admin Accounts: When logged in as an admin, you can omit the Variables parameter because admin users bypass permission checks.
  • Regular Users: Always include the Variables parameter. Omitting it will result in permission errors.
Edit this page
Last Updated:6/20/25, 11:40 AM
Prev
Runtime:SQL Execution Error When Saving Multivalue Fields
Next
Runtime:How to Implement Synchronous Excel Download
默认页脚
Copyright © 2026 Mr.Hope