ActiveStorageAttachment
No description
type ActiveStorageAttachment {
  byte_size: Int!
  content_type: String!
  filename: String!
  id: ID!
  resized_url(
    maxHeight: Int!
    maxWidth: Int!
  ): String
  url: String!
}
Fields
ActiveStorageAttachment.byte_size ● Int! non-null scalar
ActiveStorageAttachment.content_type ● String! non-null scalar
ActiveStorageAttachment.filename ● String! non-null scalar
ActiveStorageAttachment.id ● ID! non-null scalar
ActiveStorageAttachment.resized_url ● String scalar
ActiveStorageAttachment.resized_url.maxHeight ● Int! non-null scalar
ActiveStorageAttachment.resized_url.maxWidth ● Int! non-null scalar
ActiveStorageAttachment.url ● String! non-null scalar
Member Of
AttachImageToEventPayload  object ● AttachImageToEventProposalPayload  object ● CmsFile  object ● Convention  object ● Event  object ● EventProposal  object ● Product  object ● ProductVariant  object