Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateGroupV1ArgsArgs

    type CreateGroupV1ArgsArgs = {
        name: string;
        relationships: RelationshipEntryArgs[];
        uri: string;
    }
    Index

    Properties

    name: string

    The group's display name.

    relationships: RelationshipEntryArgs[]

    Initial member relationships (assets, collections or child groups) to record on the group.

    uri: string

    The URI pointing to the group's off-chain JSON metadata.