OBJECT
CustomAttachment
#
GraphQL Schema definition
1
type
CustomAttachment
{
2
created_at
:
JSONDate
3
file_url
:
String
4
id
:
ID
!
5
}
#
Required by
RootMutation
null