Skip to content

How to query node? #151

@angadp

Description

@angadp

I have this query which I want to build

query node{
blogs(first: 250){
edges{
node{
articles(first: 250){
edges{
node{
handle
content
}
}
}
}
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions