Zum Inhalt springen
Medium 1 für Eintrag GraphQL Client

Beschreibung

See the GraphQL Client documentation and examples to help you get started quickly.

Do you have a question or a feature request? Contact us directly at [email protected].

GraphQL Client

GraphQL Client is a lightweight Unreal Engine plugin for communicating with GraphQL APIs from both C++ and Blueprints.

Send queries and mutations with support for variables and operation names, then access the response through a simple and flexible API. The plugin automatically handles JSON serialization and deserialization, making it easy to integrate GraphQL services into your project.

Features
  • Send GraphQL queries and mutations over HTTP.

  • Support for GraphQL variables and operation names.

  • Blueprint and C++ friendly API.

  • Automatic JSON serialization and response parsing.

  • Flexible API for working with GraphQL objects, arrays, strings, numbers, booleans, and null values.

  • Lightweight and easy to integrate.

GraphQL Client is suitable for connecting your Unreal Engine project to game backends, cloud services, authentication providers, content management systems, or any GraphQL-compliant API.

Enthaltene Formate