Return of the "Invalid use of comma"!

I am facing the same issue as topic attached below.

Even though the PR is marked merged, the issue still persists in Slash GraphQL.

And I don’t want to use a workaround like naming my id as something else, as id looks slick and consistent with the rest.

Excerpt from my schema, which causes the issue:

type User {
	"""
	UID Generated by Firebase, to identify a User.
	"""
	id: String! @id
}

I don’t want to use fid, or firebaseID.

P.S. Slash prevented me from using uid, while I was setting the schema, which is better than giving error half way through.

Fair enough, we should have this deployed to Slash today or early next. You can keep track of the Slash releases at Topics tagged release

1 Like