An asset must be registered to a schema in order to generate the Asset Tree.
mutation RegisterCollection($input: CollectionInput!) { registerCollection(input: $input) { ... on SchemaCollectionSuccess { collectionId schemaIdentifier version } ... on SchemaCollectionFailure { errors { message } } } }
{ "input": { "collectionId": "1:evm:0x6bca6de2dbdc4e0d41f7273011785ea16ba47182", "schemaIdentifier": "http://schema.futureverse.dev/fv#TNLBoxer" } }
Was this page helpful?