View Source ValueFlows.Knowledge.ResourceSpecification.GraphQL (bonfire_umbrella v0.9.10-cooperation-beta.62)

Summary

Functions

Link to this function

all_resource_specs(_, _)

View Source
Link to this function

create_resource_spec(map, info)

View Source
Link to this function

creator_resource_specs_edge(map, page_opts, info)

View Source
Link to this function

delete_resource_spec(map, info)

View Source
Link to this function

fetch_conforming_resources_edge(map, page_opts, info)

View Source
Link to this function

fetch_creator_resource_specs_edge(page_opts, info, ids)

View Source
Link to this function

fetch_default_unit_of_effort_edge(thing, _, _)

View Source
Link to this function

fetch_resource_spec(info, id)

View Source
Link to this function

fetch_resource_specs(page_opts, info)

View Source
Link to this function

fields(group_fn, filters \\ [])

View Source
Link to this function

list_resource_specs(page_opts, base_filters, data_filters, cursor_type)

View Source
Link to this function

page(cursor_fn, page_opts, base_filters \\ [], data_filters \\ [], count_filters \\ [])

View Source

Retrieves an Page of resource_specs according to various filters

Used by:

  • GraphQL resolver single-parent resolution
Link to this function

pages(cursor_fn, group_fn, page_opts, base_filters \\ [], data_filters \\ [], count_filters \\ [])

View Source

Retrieves an Pages of resource_specs according to various filters

Used by:

  • GraphQL resolver bulk resolution
Link to this function

resource_spec(map, info)

View Source
Link to this function

resource_specs(page_opts, info)

View Source
Link to this function

update_resource_spec(map, info)

View Source