StepZen, an IBM Company
StepZen, an IBM Company
  • 119
  • 202 003
Use AI to Query GraphQL APIs
Go to ibm.com/products/stepzen for the latest product information.
In this video @gethackteam will show you how to use the Ask AI functionality to query GraphQL APIs. This embedded AI functionality will translate your question into a GraphQL query and provide you with a human readable answer.
Learn more about StepZen:
- Website: www.stepzen.com​​​​
- Docs: www.stepzen.com/docs​​​​
- Why StepZen: www.stepzen.com/why-stepzen
---
Want to get started with StepZen? You can send up to 300,000 requests to your data sources using GraphQL for free! Go to stepzen.com/getting-started to start building today. Or join our Discord community for questions: discord.gg/9k2VdPn2FR.
Переглядів: 1 677

Відео

Build & Deploy a GraphQL API With StepZen in Minutes
Переглядів 18 тис.Рік тому
With StepZen you can build a GraphQL API for any data source in minutes, and deploy it to the cloud in seconds. Get up and running right away 👉🏼 www.stepzen.com/getting-started In this video @gethackteam will teach you how to use the declarative approach of StepZen to build and deploy GraphQL APIs in minutes. Learn more about StepZen: - Website: www.stepzen.com​​​​ - Docs: www.stepzen.com/docs​...
Build a GraphQL API for Snowflake with StepZen
Переглядів 7 тис.Рік тому
Snowflake is a cloud-based data warehousing company that provides a platform for storing, managing, and analysing large amounts of data. Improving the getting started experience for Snowflake makes the GraphQL journey easily configurable and drives value from StepZen and Snowflake as quickly as possible. At the end of this video by @gethackteam you will have a deployed GraphQL endpoint querying...
Building a GraphQL API with ChatGPT
Переглядів 10 тис.Рік тому
Let's build a GraphQL API using AI ⚡ In this video @gethackteam will show how to use ChatGPT as a pair programming tool, to improve your developer efficiency. By using ChatGPT you can generate a lot of the commands and code needed to build a GraphQL API with StepZen. But how perfect is it? Links: - ChatGPT: chat.openai.com/ - DEV REST API: developers.forem.com/api/v1 Learn more about StepZen: ...
Using GraphQL Fragments for Unions and Interfaces
Переглядів 3,2 тис.Рік тому
In this video from @gethackteam, you'll learn how to use GraphQL fragments and how to use them to construct operations that return data from GraphQL unions and interfaces. Read the blog post here stepzen.com/blog/using-graphql-fragments-for-unions-interfaces Learn more about StepZen: - Website: www.stepzen.com​​​​ - Docs: www.stepzen.com/docs​​​​ - Why StepZen: www.stepzen.com/why-stepzen Want ...
Building a GraphQL API For MySQL in Minutes
Переглядів 10 тис.Рік тому
With StepZen you can build a GraphQL API for any data source in minutes, and deploy it to the cloud in seconds. Get started right away 👉🏼 dashboard.stepzen.com/getting-started In this video @gethackteam will teach you how to create a GraphQL API based on a MySQL database. You'll learn how to import a MySQL database into GraphQL using "stepzen import mysql", by generating the commands for the St...
Transforming JSON with GraphQL and jq
Переглядів 3,2 тис.Рік тому
In this video @gethackteam will show how to transform JSON data with GraphQL and "jq". With the open source library "jq" you can transform and manipulate JSON data. At StepZen, we've made "jq" available in our REST API connector, to let you change the response of connected REST APIs in a declarative way. Link to "jq" documentation: stedolan.github.io/jq/manual/ Learn more about StepZen: - Websi...
Getting Started With GraphQL in Angular
Переглядів 14 тис.Рік тому
In this video @gethackteam will show how to get started with GraphQL in Angular. You will learn how to build a simple Angular application that uses GraphQL to fetch data from a server. The application we'll build together will display a list of blog posts fetched from a GraphQL API using Apollo Client. To create the GraphQL API, we will use StepZen, a GraphQL API platform that allows you to bui...
Handling Different Response Formats with Union Types in GraphQL
Переглядів 2,2 тис.Рік тому
In this video @gethackteam will show how to use union types in GraphQL to handle APIs with different response formats. For this example the Google Books REST API is used. Union types are a way to define a field that can return one of a list of types. For example, when you're building a GraphQL API that has a query to search for publications. These publications can be books, magazines, or other ...
GraphQL Federation With StepZen, Fauna and Github
Переглядів 1,8 тис.Рік тому
With StepZen you can declaratively federate GraphQL APIs, such as GraphQL APIs from other cloud services or SaaS applications. In this video @gethackteam will show how to use GraphQL Federation with StepZen for data coming from Fauna and Github. Fauna is a serverless NoSQL database that exposes a GraphQL API. We'll be creating a new database in Fauna, seed it with data and combine it with data ...
Query GraphQL APIs From Your Terminal
Переглядів 1,3 тис.Рік тому
StepZen introduced `stepzen request`, a Command Line GraphQL Client. In this video @gethackteam will show how to use `stepzen request` to handle queries, mutations and subscriptions directly from your terminal. With this command line GraphQL Client you can also send operations and variables from a separate file, and much more. Links: - Blog post: stepzen.com/blog/introducing-stepzen-request - D...
Explore GraphQL APIs and Export Code Snippets from the Dashboard
Переглядів 1,4 тис.Рік тому
Explore GraphQL APIs and Export Code Snippets from the Dashboard
Extending GraphQL APIs With GPT-3 and DALL-E
Переглядів 1,6 тис.Рік тому
Extending GraphQL APIs With GPT-3 and DALL-E
Full Stack GraphQL Apps in One-Click with the StepZen and Vercel Integration
Переглядів 1,9 тис.Рік тому
Full Stack GraphQL Apps in One-Click with the StepZen and Vercel Integration
Using GraphQL Subscriptions for Every Data Source
Переглядів 21 тис.Рік тому
Using GraphQL Subscriptions for Every Data Source
Extending types For Data Modelling in GraphQL
Переглядів 2,5 тис.Рік тому
Extending types For Data Modelling in GraphQL
Cursor Pagination For GraphQL APIs Explained
Переглядів 11 тис.Рік тому
Cursor Pagination For GraphQL APIs Explained
Comparing the TypeScript and GraphQL Type Systems
Переглядів 160Рік тому
Comparing the TypeScript and GraphQL Type Systems
StepZen: A Quick Intro to Building GraphQL Declaratively
Переглядів 8 тис.Рік тому
StepZen: A Quick Intro to Building GraphQL Declaratively
Easy Attribute-based Access Control for any GraphQL API
Переглядів 13 тис.Рік тому
Easy Attribute-based Access Control for any GraphQL API
Use DOCKER to build and run a local StepZen GraphQL API for MySQL
Переглядів 373Рік тому
Use DOCKER to build and run a local StepZen GraphQL API for MySQL
Should you use GraphQL?
Переглядів 2882 роки тому
Should you use GraphQL?
Using GraphQL APIs with TypeScript in a React application
Переглядів 9 тис.2 роки тому
Using GraphQL APIs with TypeScript in a React application
Building A Data Layer with GraphQL For Microservices and REST APIs
Переглядів 4782 роки тому
Building A Data Layer with GraphQL For Microservices and REST APIs
🔴 GraphQL Tutorial. Query GraphQL APIs From a React + Next.js application
Переглядів 6 тис.2 роки тому
🔴 GraphQL Tutorial. Query GraphQL APIs From a React Next.js application
How to BUILD a GraphQL API with DOCKER
Переглядів 2 тис.2 роки тому
How to BUILD a GraphQL API with DOCKER
Learn GraphQL. Build and Deploy FREE Mock GraphQL APIs
Переглядів 6382 роки тому
Learn GraphQL. Build and Deploy FREE Mock GraphQL APIs
Convert REST APIs to GraphQL in 3 simple steps
Переглядів 3,9 тис.2 роки тому
Convert REST APIs to GraphQL in 3 simple steps
GraphQL For Microservices explained in 5 minutes
Переглядів 7 тис.2 роки тому
GraphQL For Microservices explained in 5 minutes
Create a GraphQL API From Your Command Line with StepZen
Переглядів 5472 роки тому
Create a GraphQL API From Your Command Line with StepZen

КОМЕНТАРІ

  • @CristianTorres-fx4rn
    @CristianTorres-fx4rn Місяць тому

    I didn't get why some cursors are null?

  • @RedCloudServices
    @RedCloudServices Місяць тому

    You can do this with Langchain

  • @araikrasoyan702
    @araikrasoyan702 Місяць тому

    Thank you, bro

  • @strizhak022
    @strizhak022 2 місяці тому

    oh yeah? why don't you login to your stupid stepzen bullshit? mb cause it doesn't fucking work!

  • @reecethandi9964
    @reecethandi9964 2 місяці тому

    Thanks a ton dude

  • @colherinhas
    @colherinhas 2 місяці тому

    thats bullshit and would lead to piles and piles of trouble and work

  • @VineetVerma-d7c
    @VineetVerma-d7c 3 місяці тому

    Very low volume please fix it

  • @jerryweavers
    @jerryweavers 4 місяці тому

    Is it just me or is the stepzen dashboard completely different now and more difficult to navigate?

  • @DikshaNarang-w1o
    @DikshaNarang-w1o 5 місяців тому

    can we convert soap api (wsdl) to graphql using this?

  • @tanveer.516
    @tanveer.516 5 місяців тому

    Error: We are unable to verify your account details. Could you please check them? (Error: An › unexpected error occurred. TypeError: Apikey We are unable to verify your account details. › › credentials are invalid.) is not a legal HTTP › header value)

  • @tanveer.516
    @tanveer.516 5 місяців тому

    Unable to login Error: We are unable to verify your account details. Could you please check them? (Error: An › unexpected error occurred. TypeError: Apikey We are unable to verify your account details. › › credentials are invalid.) is not a legal HTTP › header value)

    • @baucha1654
      @baucha1654 5 місяців тому

      Due to recent integration of stepzen with IBM. We are facing this issue. Try to get help from the stepzen assistance team

  • @balayogeshv5963
    @balayogeshv5963 5 місяців тому

    Is there any way to organize the mutation and queries in module wise. For example: Users, Payments related queries and mutation under this module. #graphql #api #apidoc @StepZen

  • @ashokp9024
    @ashokp9024 5 місяців тому

    do you have a pro plan from chatGPT or the free plan?

  • @denissanchezleyva8954
    @denissanchezleyva8954 5 місяців тому

    Nice

  • @pratiksuthar2264
    @pratiksuthar2264 6 місяців тому

    why this not working in poershell?

  • @Jeremiahking101
    @Jeremiahking101 6 місяців тому

    Great! This was something ChatGPT could not relay properly but you did! Thank you!

  • @joshuagabal9444
    @joshuagabal9444 7 місяців тому

    ng add apollo-angular is not generatingand graphql.module.ts for me....

  • @flexbox_
    @flexbox_ 7 місяців тому

    TLDR ``` npx graphql-code-generator init ```

  • @jordyvu999
    @jordyvu999 7 місяців тому

    the person in video is created by AI :)), look really real but I recognize by not seeing any your eye blinks

    • @ashokp9024
      @ashokp9024 5 місяців тому

      stop simping the AI person then :D

    • @gethackteam
      @gethackteam 2 місяці тому

      Thanks but I'm an actual person, at least to my knowledge :)

  • @Tauseef_Hilal
    @Tauseef_Hilal 8 місяців тому

    Thanks for this video... super helpful

  • @AnkitNigam-qh5cc
    @AnkitNigam-qh5cc 8 місяців тому

    It didn't work for me communication is not getting established between stepzen and MYSQL even if I am using same credentials through which I have established connection between MYSQL and Eclipse

  • @alaaebarakat7356
    @alaaebarakat7356 10 місяців тому

    it gives me this Error: stepzen import only supports loopback introspection when running a local service (see stepzen service » --help for more information) do you have any idea of how can solve this

  • @yovelinpanayotov7973
    @yovelinpanayotov7973 10 місяців тому

    Great video! One question arised tho... What if I am on page 1 and I need to move to page 6 how can I guess the endCursor of page 5?

  • @chenxeed
    @chenxeed 11 місяців тому

    Same question with @npc73x. If you can showcase how the resolvers is being written to generate the cursor and endPage boolean, that'll be great. Nice video!

  • @avimehenwal
    @avimehenwal 11 місяців тому

    very nice video

  • @srikantpatel5426
    @srikantpatel5426 Рік тому

    Can u give hosted URL of the GraphQL server for testing

  • @sanraj6167
    @sanraj6167 Рік тому

    Unable to learn more about it to do some logical operation like we use to do with "where" in SQL and id is also random value btw i am first time dealing with nosql ..

  • @TheWizardEngineer
    @TheWizardEngineer Рік тому

    This video was so helpful. thank you sir

  • @rawtale97
    @rawtale97 Рік тому

    You do not know how much use cases you just solved with this...I am so lucky to be one of the first to see this, do you have a referral program?

  • @ZackZumalt
    @ZackZumalt Рік тому

    1000th Subscriber woot woot

    • @StepZen
      @StepZen Рік тому

      You're welcome!!

  • @automioai
    @automioai Рік тому

    such an underrated tech, wow guys! amazing help for all of us, thanks so much.

  • @allendev2926
    @allendev2926 Рік тому

    can we just query for interface directly? for example I have an interface named : "Product". Here, type "car" implements to it. Can I query for Product directly?

  • @vannelo
    @vannelo Рік тому

    wtf ? worse tutorial ever

  • @mollyoshea3658
    @mollyoshea3658 Рік тому

    Hello I’m facing an issue here I’ve been trying to log in on cmd but my api key is rejected it says unable to verify your account details TypeError: api key while I just copied and pasted it and can clearly see it in the error message.

  • @RedCloudServices
    @RedCloudServices Рік тому

    I think the biggest problem in the industry is not the tools available on the cloud it’s that most of them cannot be used on premise in a private cloud. Air table is an example and so many others

  • @richjoshuaalzate660
    @richjoshuaalzate660 Рік тому

    Can you do something with @defer?

  • @RedCloudServices
    @RedCloudServices Рік тому

    Thanks for your videos. Everything we have is on premise can I setup Stepzen dashboard on local server inside our VPN?

    • @StepZen
      @StepZen Рік тому

      Hello, thanks for asking. We don't have a public on-prem product at the moment, but we're working on it for a release this year. Please join the Discord community to stay update discord.com/invite/9k2VdPn2FR

  • @akpatilmindstack
    @akpatilmindstack Рік тому

    It didn't worked for me it is showing as db problem

    • @StepZen
      @StepZen Рік тому

      Hello! Please join our Discord community and ask for help there discord.com/invite/9k2VdPn2FR

  • @cristina45563
    @cristina45563 Рік тому

    Un gusto darte un like

  • @abhishekkurian597
    @abhishekkurian597 Рік тому

    Great to know about such an interesting feature !

  • @ai_coding
    @ai_coding Рік тому

    People are sleeping on this! Im still a new dev but managed to make some amazing things using rest apis that don't provide a graphql. I might make a video tutorial soon. Going to be using stepzen for every project!

    • @StepZen
      @StepZen Рік тому

      Thank you Matt, that would be awesome!!

  • @davidpalacio3004
    @davidpalacio3004 Рік тому

    nice video!

  • @h1.l0ney
    @h1.l0ney Рік тому

    Good!

  • @StepZen
    @StepZen Рік тому

    Yeah! Let us know what you think 🚀

  • @ananiasquezadavillarial
    @ananiasquezadavillarial Рік тому

    hola hola h, qué tal estuvo

  • @CodeVice111
    @CodeVice111 Рік тому

    I had installed it through npm cmd. and setup apolloClientoptions manually. but I'm not sure why it's constantly giving CORS error even after setting headers and accessTokens by using setContext().

    • @StepZen
      @StepZen Рік тому

      Hi, could you give more insights? Not sure what's going wrong for you...

    • @CodeVice111
      @CodeVice111 Рік тому

      Fine. It's fixed now. After using graphql-ws library instead of using WebsocketLink

  • @vigenhovhannisian954
    @vigenhovhannisian954 Рік тому

    thank you so much

  • @npc73x
    @npc73x Рік тому

    How it's actually work under the internal. How the cursor has been calculated? And how it's work if I want to go previous page, or want to travel straight 4th page, without go through 1.2.3 like that

    • @sofe6855
      @sofe6855 Рік тому

      You can’t go directly to the 4th page without going through 1-3. That’s why it’s cursor based and not offset based

  • @MattIngenthron
    @MattIngenthron Рік тому

    "In all of the videos we posted we usually discussed how to use queries or mutations." Got it, but why do you tell me this so often?

    • @wongtungtung7456
      @wongtungtung7456 5 місяців тому

      because the video need to be at least 10mins

  • @felipaguardia
    @felipaguardia Рік тому

    No puede ser un río milenaria solo Cristo sabe