MetadataJsonInput
No description
input MetadataJsonInput {
name: String!
symbol: String!
description: String!
image: String!
animationUrl: String
collection: MetadataJsonCollectionInput
attributes: [MetadataJsonAttributeInput!]!
externalUrl: String
properties: MetadataJsonPropertyInput
}
Fields
MetadataJsonInput.name
● String!
non-null scalar
MetadataJsonInput.symbol
● String!
non-null scalar
MetadataJsonInput.description
● String!
non-null scalar
MetadataJsonInput.image
● String!
non-null scalar
MetadataJsonInput.animationUrl
● String
scalar
MetadataJsonInput.collection
● MetadataJsonCollectionInput
input
MetadataJsonInput.attributes
● [MetadataJsonAttributeInput!]!
non-null input
MetadataJsonInput.externalUrl
● String
scalar
MetadataJsonInput.properties
● MetadataJsonPropertyInput
input
Member of
CreateCollectionInput
input ● CreateDropInput
input ● MintToCollectionInput
input ● PatchCollectionInput
input ● PatchDropInput
input ● QueueMintToDropInput
input ● UpdateMintInput
input