Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Support for graphql as an element #129

Closed
@alexbowers

Description

@alexbowers

Support for GraphQL would be pretty neat, to populate the object on load.

Something like this:

 <graphql>
{
    user {
        name
        email
        address_line_1
    }
}
 </graphql>

Which would then be able to fill the data object and redraw the view.

This would only be used for an on-load fetch

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