Skip to content

DSLQuery with fragments #198

Closed
Closed
@Samolevar

Description

@Samolevar

Hi. Is it possible to create query with dsl if I need to pass a fragment or inline fragment within query?
No examples for that, and search didn't help either.
For example I want to create something like this:

query getNode {
  node(id: "1234") {
    id
    ... on Model {
      id
      name        
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions