Skip to content

create a first usage example in readme #2

Description

@e7dal

something like this:

    <thing-prop name="name"></thing-prop> <!-- this will show the name of the thing -->
    <thing-prop name="manufacturer">
         <thing-prop name="name"></thing-prop> <!-- this will show the name of the manufacturer -->
    </thing-prop>
</thing>

Graphql equivalent:

    things(id: "123) { 
        name 
        manufacturer {
            name
        }
    }
}

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