GraphQL
To query tables through GraphQL, send the query through POST
request to /api/graphql
endpoint.
GraphQL query frontend supports the same set of operators supported by REST query frontend. Here how is you can apply various operators in a query:
最后更新于