Skip to content

Subgraph migration fails with enum arrays #673

@roderik

Description

@roderik

I have an entity that stores an array of enum values

extensions: [TokenExtension!]!

enum TokenExtension {
  # Access control management
  ACCESS_MANAGED
  # Bond-specific functionality
  BOND
}

During the migration it fails with

 Error: Migrate project failed: Error: Cannot find entity referenced by field extensions on type Token

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions