GraphQL Recipes
No limits in how GraphQL may be connected with your services and APIs using a time-saving approach.These recipes will help you getting started with GraphQL on YepCode. Some ideas:
- Stream and process information from your data sets to any database or API
- Build your ETLs with other APIs or databases
- Push information from your database to any API (or viceversa)
- Automate reports generation
- Perform selective backups
- …and much more!
Share
Look for your recipe combination:
Showing 61 recipes
- Airtable to GraphQL
List records from Airtable table using them to call a GraphQL mutation
- Amazon S3 CSV file to GraphQL
Read CSV file entries from Amazon S3 bucket using them to call a GraphQL mutation
- AWS Redshift to GraphQL
Read rows from AWS Redshift table using them to call a GraphQL mutation
- Clickhouse to GraphQL
Read rows from Clickhouse table using them to call a GraphQL mutation
- Discord messages to GraphQL
Get Discord messages using them to call a GraphQL mutation
- Factorial leaves to GraphQL
Get employee leaves from Factorial HR API using them to call a GraphQL mutation
- Firebase Realtime Database to GraphQL
Read items from Firebase Realtime Database using them to call a GraphQL mutation
- Google BigQuery to GraphQL
Read rows from Google BigQuery table using them to call a GraphQL mutation
- Google Sheets to GraphQL
Read rows from Google Sheets using them to call a GraphQL mutation
- Google Storage CSV file to GraphQL
Read CSV file entries from Google Storage bucket using them to call a GraphQL mutation
- GraphQL to Airtable
Read a JSON array from one GraphQL API using them to create new records on Airtable table
- GraphQL to Amazon S3 CSV file
Read a JSON array from one GraphQL API using them to create CSV file entries in Amazon S3 Bucket
- GraphQL to Apollo.io contacts
Read a JSON array from one GraphQL API using them to create contacts using Apollo.io API
- GraphQL to AWS Redshift
Read a JSON array from one GraphQL API using them to insert rows into AWS Redshift table
- GraphQL to Clickhouse
Read a JSON array from one GraphQL API using them to insert rows into Clickhouse table
- GraphQL to Factorial employees
Read a JSON array from one GraphQL API using them to create employees using Factorial HR API
- GraphQL to Firebase Realtime Database
Read a JSON array from one GraphQL API using them to insert items into Firebase Realtime Database
- GraphQL to Google BigQuery
Read a JSON array from one GraphQL API using them to insert rows into Google BigQuery table
- GraphQL to Google Sheets
Read a JSON array from one GraphQL API using them to insert rows into Google Sheets table
- GraphQL to Google Storage CSV file
Read a JSON array from one GraphQL API using them to create CSV file entries in Google Storage Bucket
- GraphQL to GraphQL
Read a JSON array from one GraphQL API using them to call a GraphQL mutation
- GraphQL to Holded contacts
Read a JSON array from one GraphQL API using them to create contacts using Holded API
- GraphQL to Holded product stock
Read a JSON array from one GraphQL API using them to update product stocks using Holded API
- GraphQL to HubSpot contacts
Read a JSON array from one GraphQL API using them to create HubSpot contacts
- GraphQL to Kafka
Read a JSON array from one GraphQL API using them to send Kafka topic messages
- GraphQL to Keycloak users
Read a JSON array from one GraphQL API using them to create Keycloak users
- GraphQL to Microsoft SQL Server
Read a JSON array from one GraphQL API using them to insert rows into Microsoft SQL Server table
- GraphQL to MongoDB
Read a JSON array from one GraphQL API using them to insert documents into MongoDb collection
- GraphQL to MySQL
Read a JSON array from one GraphQL API using them to insert rows into MySQL table
- GraphQL to Oracle
Read a JSON array from one GraphQL API using them to insert rows into Oracle table
- GraphQL to Personio employees
Read a JSON array from one GraphQL API using them to create employees using Personio API
- GraphQL to Pipedrive persons
Read a JSON array from one GraphQL API using them to create persons in Pipedrive
- GraphQL to PostgreSQL
Read a JSON array from one GraphQL API using them to insert rows into PostgreSQL table
- GraphQL to RabbitMQ
Read a JSON array from one GraphQL API using them to send RabbitMQ messages
- GraphQL to REST API
Read a JSON array from one GraphQL API using them to calls a REST API endpoint
- GraphQL to Segment
Read a JSON array from one GraphQL API using them to send Segment track event
- GraphQL to Snowflake
Read a JSON array from one GraphQL API using them to insert rows into Snowflake table
- Holded documents to GraphQL
Get documents from Holded API using them to call a GraphQL mutation
- HubSpot contacts to GraphQL
Get HubSpot contacts using them to call a GraphQL mutation
- Microsoft SQL Server to GraphQL
Read rows from Microsoft SQL Server table using them to call a GraphQL mutation
- MongoDB to GraphQL
Read documents from MongoDB collection using them to call a GraphQL mutation
- MySQL to GraphQL
Read rows from MySQL table using them to call a GraphQL mutation
- Notion pages to GraphQL
Get Notion pages using them to call a GraphQL mutation
- Oracle to GraphQL
Read rows from Oracle table using them to call a GraphQL mutation
- Pipedrive persons to GraphQL
Get persons from Pipedrive using them to call a GraphQL mutation
- PostgreSQL to GraphQL
Read rows from PostgreSQL table using them to call a GraphQL mutation
- Remote CSV file to GraphQL
Read CSV entries from a remote file using them to call a GraphQL mutation
- REST API to GraphQL
Read a JSON array from one REST API using them to call a GraphQL mutation
- Send Discord messages with GraphQL information
Read a JSON array from one GraphQL API using them to send Discord messages
- Send email with GraphQL information
Read a JSON array from one GraphQL API using them to send email messages
- Send Slack messages with GraphQL information
Read a JSON array from one GraphQL API using them to send Slack messages
- Send SMS using Twilio with GraphQL information
Read a JSON array from one GraphQL API using them to send SMS using Twilio
- Send SMS using Vonage API with GraphQL information
Read a JSON array from one GraphQL API using them to send SMS using Vonage API
- Send WhatsApp messages using Twilio with GraphQL information
Read a JSON array from one GraphQL API using them to send WhatsApp messages using Twilio
- Send WhatsApp messages using Vonage API with GraphQL information
Read a JSON array from one GraphQL API using them to send WhatsApp messages using Vonage API
- Send WhatsApp messages with template using Vonage API with GraphQL information
Read a JSON array from one GraphQL API using them to send WhatsApp messages with template using Vonage API
- Shopify orders to GraphQL
Get orders from Shopify API using them to call a GraphQL mutation
- Snowflake to GraphQL
Read rows from Snowflake table using them to call a GraphQL mutation
- Tinybird to GraphQL
Get Tinybird CSV endpoint entries using them to call a GraphQL mutation
- Webhook to GraphQL
Uses a custom Webhook to read items payload using them to call a GraphQL mutation
- ZoomInfo contacts to GraphQL
Get contacts from ZoomInfo API using them to call a GraphQL mutation
FAQs
These recipes are a good starting point for you to build your own YepCode processes and solve your integration and automation problems.
YepCode is a SaaS platform that allows to create, execute and monitor integrations and automations using source code in a serverless environment.
We like to call it the Zapier for developers, since we bring all the agility and benefits of NoCode tools (avoid server provisioning, environment configuration, deployments,...), but with all the power of being able to use a programming language like JavaScript with a NodeJS engine.
You only have to fill the sign up form and your account will be created with our FREE plan (no credit card required).
YepCode has been created with a clear enterprise approach (multi-tenant environment, team management, high security and auditing standards, IdP integrations, on-premise options,...) so we can be the Swiss army knife of any team of engineering, especially those that need to extract or send information to external systems, and where a certain dynamism or adaptation to change is necessary in that process.
Sure! You just need to do some configuration to allow YepCode servers to connect to that service. Check our docs page to get more information.