All Projects → appitekltd → aptk-graphsql

appitekltd / aptk-graphsql

Licence: GPL-3.0 License
Extends your Salesforce API with basic GraphQL capabilities, allowing you to run GraphQL queries on your Salesforce data.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to aptk-graphsql

siteshooter
📷 Automate full website screenshots and PDF generation with multiple viewport support.
Stars: ✭ 63 (+142.31%)
Mutual labels:  salesforce
311
New web portal for BOS:311
Stars: ✭ 15 (-42.31%)
Mutual labels:  salesforce
apex-query-builder
Convenient query builder for dynamic SOQL queries
Stars: ✭ 37 (+42.31%)
Mutual labels:  salesforce
omakase
Java-based, plugin-oriented CSS3+ parser
Stars: ✭ 13 (-50%)
Mutual labels:  salesforce
ecars
Sample application for Lightning Web Components and Salesforce Platform runtime and compute capabilities. Part of the sample gallery. Electric car manufacturer use case. Get inspired and learn best practices.
Stars: ✭ 132 (+407.69%)
Mutual labels:  salesforce
sfdx-js
A TypeScript compatible JavaScript wrapper for Salesforce DX CLI.
Stars: ✭ 30 (+15.38%)
Mutual labels:  salesforce
lwc-soql-builder
Awesome SOQL execution tool developed in Lightning Web Components Open Source
Stars: ✭ 85 (+226.92%)
Mutual labels:  salesforce
ssjs-lib
An open-source library that takes the repetitive and complex tasks and simplifies them, enabling you to get the most out of Salesforce Marketing Cloud.
Stars: ✭ 28 (+7.69%)
Mutual labels:  salesforce
sf-cross-cutting-concerns
Apex Cross cutting concerns for Salesforce
Stars: ✭ 29 (+11.54%)
Mutual labels:  salesforce
fast-sfdc
A VSCode plugin to develop Salesforce projects in vscode
Stars: ✭ 16 (-38.46%)
Mutual labels:  salesforce
artefactory-connectors-kit
ACK is an E(T)L tool specialized in API data ingestion. It is accessible through a Command-Line Interface. The application allows you to easily extract, stream and load data (with minimum transformations), from the API source to the destination of your choice.
Stars: ✭ 34 (+30.77%)
Mutual labels:  salesforce
sfdx-lightning-api-component
⚡️ Promise-based service component for calling REST API from Lightning Aura Components without Named Credentials.
Stars: ✭ 62 (+138.46%)
Mutual labels:  salesforce
Salesforce-Short-Hands
The main purpose of this repository is to put all the utilities in one place so that other developers can get help and they can also contribute to this repo.
Stars: ✭ 31 (+19.23%)
Mutual labels:  salesforce
Apex-Integration-Services
Apex REST Callouts, Apex SOAP Callouts, Apex Web Services
Stars: ✭ 36 (+38.46%)
Mutual labels:  salesforce
node-swagger-salesforce
auto generate a node/express swagger CRUD API for your Salesforce
Stars: ✭ 17 (-34.62%)
Mutual labels:  salesforce
HTTPCalloutFramework
HTTP Callout Framework - A light weight callout framework for apex HTTP callouts in Salesforce
Stars: ✭ 43 (+65.38%)
Mutual labels:  salesforce
APEX-Q
A promise library for Salesforce
Stars: ✭ 30 (+15.38%)
Mutual labels:  salesforce
salesforce-plantuml
Salesforce app to generate UML class & ER-diagrams from your org data. Leverages the PlantUML library.
Stars: ✭ 89 (+242.31%)
Mutual labels:  salesforce
apex-utils
Utility classes for Salesforce Apex development
Stars: ✭ 20 (-23.08%)
Mutual labels:  salesforce
ApexTriggerHandler
Another library implements Apex trigger handler design pattern.
Stars: ✭ 40 (+53.85%)
Mutual labels:  salesforce

aptk-graphsql

Extends your Salesforce API with basic GraphQL capabilities, allowing you to run GraphQL queries on your Salesforce data.

About

This is the source code for our free GraphSQL package

This package adds GraphQL query support directly into Salesforce, allowing you to send complex cross-object queries that would otherwise take multiple API calls to retrieve.

It adds this via a custom RestResource endpoint that parses a GraphQL string query into a JSON-like structure, then runs the needed SOQL queries to get the data and returns it in the same structure.

Future Features

  • - Mutations Implemented
  • - Field Aliases Implemented
  • Fragments
  • Multiple Queries in a request

Bugs

If you find any issues please let us know! We try our best to keep our free tools updated and in working order, but cannot be held responsible for any issues that occur from using them.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].