Skip to content
This repository was archived by the owner on Jul 9, 2026. It is now read-only.
This repository was archived by the owner on Jul 9, 2026. It is now read-only.

Newbie question #134

Description

@Cyrille-de-Brebisson

Hello,

Sorry if this is not the right forum to ask a question...

I am asked to provide a graphQL interface to an existing C/C++ code that I have...

As far as I understand I will be receiving a graphQL querry (which is in text form?) and will need to respond to it...

Could someone please help me understand:

  1. how is the graphQL query sent from client to me (http? socket? shared memory? named pipe?)

  2. The query is in text form as far as I can understand. But in which format do I need to respond? is Binary Json ok? or should it be text Json? I am assuming that the resonse will be using the same communication channel as the querry.

  3. The Querry is in graphQL "language". "libgraphqlparser" seems to allow to transform it into a Json text. How is this helpfull? I mean ultimately I need to interpret the graphQL querry, does it help to transform it into Json? or could I interpret the graphQL language directly?

Thanks for helping me getting started.
Cyrille

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions