@@ -43,7 +43,7 @@ function relationServiceDomainQuery(depth?: number) {
4343 platform
4444 displayName
4545 uuid
46- nft(category: ["ENS "], limit: 100, offset: 0) {
46+ nft(category: ["ens "], limit: 100, offset: 0) {
4747 uuid
4848 category
4949 chain
@@ -53,7 +53,7 @@ function relationServiceDomainQuery(depth?: number) {
5353 ... on ProofRecord {
5454 source
5555 from {
56- nft(category: ["ENS "], limit: 100, offset: 0) {
56+ nft(category: ["ens "], limit: 100, offset: 0) {
5757 uuid
5858 category
5959 chain
@@ -65,7 +65,7 @@ function relationServiceDomainQuery(depth?: number) {
6565 displayName
6666 }
6767 to {
68- nft(category: ["ENS "], limit: 100, offset: 0) {
68+ nft(category: ["ens "], limit: 100, offset: 0) {
6969 uuid
7070 category
7171 chain
@@ -80,7 +80,7 @@ function relationServiceDomainQuery(depth?: number) {
8080 ... on HoldRecord {
8181 source
8282 from {
83- nft(category: ["ENS "], limit: 100, offset: 0) {
83+ nft(category: ["ens "], limit: 100, offset: 0) {
8484 uuid
8585 category
8686 chain
@@ -92,7 +92,7 @@ function relationServiceDomainQuery(depth?: number) {
9292 displayName
9393 }
9494 to {
95- nft(category: ["ENS "], limit: 100, offset: 0) {
95+ nft(category: ["ens "], limit: 100, offset: 0) {
9696 uuid
9797 category
9898 chain
@@ -123,7 +123,7 @@ function relationServiceIdentityQuery(depth = 5) {
123123 identity
124124 displayName
125125 }
126- nft(category: ["ENS "], limit: 100, offset: 0) {
126+ nft(category: ["ens "], limit: 100, offset: 0) {
127127 uuid
128128 category
129129 chain
@@ -134,7 +134,7 @@ function relationServiceIdentityQuery(depth = 5) {
134134 ... on ProofRecord {
135135 source
136136 from {
137- nft(category: ["ENS "], limit: 100, offset: 0) {
137+ nft(category: ["ens "], limit: 100, offset: 0) {
138138 uuid
139139 category
140140 chain
@@ -147,7 +147,7 @@ function relationServiceIdentityQuery(depth = 5) {
147147 displayName
148148 }
149149 to {
150- nft(category: ["ENS "], limit: 100, offset: 0) {
150+ nft(category: ["ens "], limit: 100, offset: 0) {
151151 uuid
152152 category
153153 chain
@@ -163,7 +163,7 @@ function relationServiceIdentityQuery(depth = 5) {
163163 ... on HoldRecord {
164164 source
165165 from {
166- nft(category: ["ENS "], limit: 100, offset: 0) {
166+ nft(category: ["ens "], limit: 100, offset: 0) {
167167 uuid
168168 category
169169 chain
@@ -176,7 +176,7 @@ function relationServiceIdentityQuery(depth = 5) {
176176 displayName
177177 }
178178 to {
179- nft(category: ["ENS "], limit: 100, offset: 0) {
179+ nft(category: ["ens "], limit: 100, offset: 0) {
180180 uuid
181181 category
182182 chain
0 commit comments