About 554,000 results
Open links in new tab
  1. GraphQL Architecture - GeeksforGeeks

    Apr 24, 2025 · Imagine a seamless bridge between your GraphQL server and a database, where queries and mutations effortlessly traverse. In this method, we integrate the expressive power of GraphQL with the structured storage capabilities of a database.

  2. The GraphQL Adapter enables you to integrate a cloud application that supports GraphQL with Oracle Integration. In addition, the GraphQL Adapter enables you to integrate on-premises applications, which support GraphQL APIs, with Oracle Integration using the connectivity agent.

  3. Data Model Diagramming from Theory to Practice - Hasura

    Mar 5, 2021 · Data model diagramming (or entity relationship diagramming – ERD) is the discipline of structuring the parts of your project in an easy to follow diagram that exposes the cardinality (one-to-many, many-to-one, etc), attributes, and functionality of your data domain.

  4. How to make a diagram of your GraphQL schema - Datensen

    Let’s take a look at how to make a diagram of your GraphQL schema. There are two options in Galaxy Modeler: import from file or import from URL. Importing a GraphQL schema or data model from a file. To load an existing GraphQL schema, go …

    Missing:

    • Database Integration

    Must include:

  5. Graphical presentation of GraphQL schema - Stack Overflow

    Jan 18, 2017 · One option would be to write your schema using the GraphQL schema language and then load it with blank resolvers using a library like graphql-tools github.com/apollostack/graphql-tools. You could then run the graphqlviz tool on it to automatically generate the diagram.

    Missing:

    • Database Integration

    Must include:

  6. How to create a diagram of GraphQL schema - Datensen

    In this section, you will learn how to import a GraphQL schema from an online source and how to modify the visualization. The StarLink schema, available at https://api.spacex.land/graphql/ , will be used in the example.

  7. GraphQL federation

    GraphQL federation aligns naturally with Domain Driven Design (DDD) principles by allowing teams to maintain clear boundaries around their domains, while maintaining explicit integration points through the GraphQL schema.

  8. Relational Database Modeling for GraphQL - GitNation

    Participants should have accounts with DB Diagram for database schema modeling, Hasura for handling GraphQL queries, and Heroku for backend database services. These tools will be used to design database schemas, manage GraphQL relationships, and host databases respectively. What is the structure of the workshop?

  9. Schema Design Tool for GraphQL | Try Galaxy Modeler - Datensen

    Visualize existing GraphQL schema design. Import GraphQL structures from existing files or from a URL and visualize specific GraphQL elements, see references, and add notes or other logical information to your diagrams.

    Missing:

    • Database Integration

    Must include:

  10. Chapter 3 - Integration with GraphQL - SeaORM Tutorials

    In this chapter, we'll build a Rocket application with GraphQL support powered by async_graphql. Of course, SeaORM will serve as the bridge between the GraphQL resolvers and the database.