INPUT_OBJECT
UserProfileInputType
#
GraphQL Schema definition
1
input
UserProfileInputType
{
3
2
name
:
String
5
4
values
:
DefaultProfileInputType
6
}
#
Required by
UserInputType
null