Skip to content

Update graphQL documentation to capture new directives #114

Open
@pxp928

Description

@pxp928

Once the new release is done and PR guacsec/guac#1610 is released, the graphQL documentation needs to be updated to include contains and startsWith custom graphQL directives that can be used in queries.

For example:

query ArtifactsQ1 {
  artifacts(artifactSpec: {}) @filter(keyName: "digest", operation: STARTSWITH, value: "322") {
    algorithm
    digest
  }
}

Issue guacsec/guac#1615 has been created to do the same for nested fields

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