Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Missing function to strip multiline metadata annotations #22

@craicoverflow

Description

@craicoverflow

stripAnnotations can remove any line that begins with @, but will not strip multiline metadata annotations like this:

"""
@model(
  create: true,
  update: false
)
"""
type User {
}

A stripMetadata function is needed for this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    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