INPUT_OBJECT

SocialAccountInput

Input for user social accounts.

link GraphQL Schema definition

1input SocialAccountInput {
4
2# Social account type.
3type: String
7
5# Social account identifier.
6identifier: String
8}