Skip to content

Applying @shareable after @key fails, but not vice versa #17

Description

@Meemaw

This fails:

@shareable
@key(fields: "id")
class X:
   pass

But this works:

@key(fields: "id")
@shareable
class X:
   pass

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions