can any one help here i got a error target missing

a!queryRecordType(
recordType: 'recordType!{cf3ebdf9-1821-4f75-b00c-f8c5ae8762d2}HC CustomerInformation',
fields: 'recordType!{cf3ebdf9-1821-4f75-b00c-f8c5ae8762d2}HC CustomerInformation.fields.{0366e14a-a911-453e-9a71-d190171bec3b}custid',
filters: {
a!queryFilter(
field: "custid"
operator:"=",
value:ri!ID)
},
pagingInfo: a!pagingInfo(
startindex: 1,
batchSize: 500
),
fetchTotalCount: true()
).data

  Discussion posts and replies are publicly visible