-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/actionsRelated to actionsRelated to actionsc/serverRelated to serverRelated to servere/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursk/bugSomething isn't workingSomething isn't working
Milestone
Description
Problem
When attempting to use the ID or uuid Scalars in the "Actions -> Custom types" section, I'm getting the following error:
{
"path": "$.args[0].args",
"error": "validation for the given custom types failed because the type \"ID\" for field \"profileId\" in input object type \"UpdateProfileInput\" does not exist",
"code": "constraint-violation"
}
I assume perhaps Hasrua's uuid Scalar is not going to be accessible (although that would be nice), but the docs do mention that ID should be useable here. For now, I'm forced to simply use String types in place of ID or uuid types.
Steps to Reproduce
- Go to
Actions - Go to
Custom Types - Create a new custom type or input that utilizes
IDoruuidas a field type
Version
graphql-engine:v1.2.0-beta.2
Metadata
Metadata
Assignees
Labels
c/actionsRelated to actionsRelated to actionsc/serverRelated to serverRelated to servere/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursk/bugSomething isn't workingSomething isn't working