Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Create User type in schema #19

@roiLeo

Description

@roiLeo

We could create an User type like this to better filter on profile:

type User @entity {
  id: ID!
  owned: [NFTEntity!]! @derivedFrom(field: "currentOwner")
  created: [NFTEntity!]! @derivedFrom(field: "issuer")
}

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